Struct MONCBSTRUCT
#[repr(C)]pub struct MONCBSTRUCT {}Fields§
§cb: u32§dwTime: u32§hTask: HANDLE§dwRet: u32§wType: u32§wFmt: u32§hConv: HCONV§hsz1: HSZ§hsz2: HSZ§hData: HDDEDATA§dwData1: usize§dwData2: usize§cc: CONVCONTEXT§cbData: u32§Data: [u32; 8]Trait Implementations§
§impl Clone for MONCBSTRUCT
impl Clone for MONCBSTRUCT
§fn clone(&self) -> MONCBSTRUCT
fn clone(&self) -> MONCBSTRUCT
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 more§impl Default for MONCBSTRUCT
Available on crate feature Win32_Security only.
impl Default for MONCBSTRUCT
Available on crate feature
Win32_Security only.impl Copy for MONCBSTRUCT
Auto Trait Implementations§
impl Freeze for MONCBSTRUCT
impl RefUnwindSafe for MONCBSTRUCT
impl !Send for MONCBSTRUCT
impl !Sync for MONCBSTRUCT
impl Unpin for MONCBSTRUCT
impl UnwindSafe for MONCBSTRUCT
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