Struct vc6_sys::_USER_MARSHAL_CB
source · #[repr(C)]pub struct _USER_MARSHAL_CB {
pub Flags: c_ulong,
pub pStubMsg: PMIDL_STUB_MESSAGE,
pub pReserve: PFORMAT_STRING,
}Fields§
§Flags: c_ulong§pStubMsg: PMIDL_STUB_MESSAGE§pReserve: 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 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
impl Copy for _USER_MARSHAL_CB
Auto Trait Implementations§
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