#[repr(C)]pub struct CREDUIWIN_MARSHALED_CONTEXT {
    pub StructureType: GUID,
    pub cbHeaderLength: USHORT,
    pub LogonId: LUID,
    pub MarshaledDataType: GUID,
    pub MarshaledDataOffset: ULONG,
    pub MarshaledDataLength: USHORT,
}Fields
StructureType: GUIDcbHeaderLength: USHORTLogonId: LUIDMarshaledDataType: GUIDMarshaledDataOffset: ULONGMarshaledDataLength: USHORTTrait Implementations
sourceimpl Clone for CREDUIWIN_MARSHALED_CONTEXT
 
impl Clone for CREDUIWIN_MARSHALED_CONTEXT
sourcefn clone(&self) -> CREDUIWIN_MARSHALED_CONTEXT
 
fn clone(&self) -> CREDUIWIN_MARSHALED_CONTEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for CREDUIWIN_MARSHALED_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for CREDUIWIN_MARSHALED_CONTEXT
impl Send for CREDUIWIN_MARSHALED_CONTEXT
impl Sync for CREDUIWIN_MARSHALED_CONTEXT
impl Unpin for CREDUIWIN_MARSHALED_CONTEXT
impl UnwindSafe for CREDUIWIN_MARSHALED_CONTEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more