#[repr(C)]pub struct _USER_MARSHAL_CB {
pub Flags: c_ulong,
pub pStubMsg: PMIDL_STUB_MESSAGE,
pub pReserve: PFORMAT_STRING,
pub Signature: c_ulong,
pub CBType: USER_MARSHAL_CB_TYPE,
pub pFormat: PFORMAT_STRING,
pub pTypeFormat: PFORMAT_STRING,
}
Fields§
§Flags: c_ulong
§pStubMsg: PMIDL_STUB_MESSAGE
§pReserve: PFORMAT_STRING
§Signature: c_ulong
§CBType: USER_MARSHAL_CB_TYPE
§pFormat: PFORMAT_STRING
§pTypeFormat: PFORMAT_STRING
Trait Implementations§
Source§impl Clone for _USER_MARSHAL_CB
impl Clone for _USER_MARSHAL_CB
Source§fn clone(&self) -> _USER_MARSHAL_CB
fn clone(&self) -> _USER_MARSHAL_CB
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _USER_MARSHAL_CB
impl Debug for _USER_MARSHAL_CB
Source§impl Ord for _USER_MARSHAL_CB
impl Ord for _USER_MARSHAL_CB
Source§fn cmp(&self, other: &_USER_MARSHAL_CB) -> Ordering
fn cmp(&self, other: &_USER_MARSHAL_CB) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _USER_MARSHAL_CB
impl PartialEq for _USER_MARSHAL_CB
Source§impl PartialOrd for _USER_MARSHAL_CB
impl PartialOrd for _USER_MARSHAL_CB
impl Copy for _USER_MARSHAL_CB
impl Eq for _USER_MARSHAL_CB
impl StructuralPartialEq for _USER_MARSHAL_CB
Auto Trait Implementations§
impl Freeze for _USER_MARSHAL_CB
impl RefUnwindSafe for _USER_MARSHAL_CB
impl !Send for _USER_MARSHAL_CB
impl !Sync for _USER_MARSHAL_CB
impl Unpin for _USER_MARSHAL_CB
impl UnwindSafe for _USER_MARSHAL_CB
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more