#[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_STRINGTrait 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 duplicate 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
impl Copy 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