#[repr(C)]pub struct CMC_STATUS_INFO {
pub dwStatus: DWORD,
pub cBodyList: DWORD,
pub rgdwBodyList: *mut DWORD,
pub pwszStatusString: LPWSTR,
pub dwOtherInfoChoice: DWORD,
pub u: CMC_STATUS_INFO_u,
}
Fields§
§dwStatus: DWORD
§cBodyList: DWORD
§rgdwBodyList: *mut DWORD
§pwszStatusString: LPWSTR
§dwOtherInfoChoice: DWORD
§u: CMC_STATUS_INFO_u
Trait Implementations§
Source§impl Clone for CMC_STATUS_INFO
impl Clone for CMC_STATUS_INFO
Source§fn clone(&self) -> CMC_STATUS_INFO
fn clone(&self) -> CMC_STATUS_INFO
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 Default for CMC_STATUS_INFO
impl Default for CMC_STATUS_INFO
Source§fn default() -> CMC_STATUS_INFO
fn default() -> CMC_STATUS_INFO
Returns the “default value” for a type. Read more
impl Copy for CMC_STATUS_INFO
Auto Trait Implementations§
impl Freeze for CMC_STATUS_INFO
impl RefUnwindSafe for CMC_STATUS_INFO
impl !Send for CMC_STATUS_INFO
impl !Sync for CMC_STATUS_INFO
impl Unpin for CMC_STATUS_INFO
impl UnwindSafe for CMC_STATUS_INFO
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