#[repr(C, packed(2))]pub struct SetupCleanupHookMsg {
pub schm_Length: ULONG,
pub schm_State: LONG,
}Fields§
§schm_Length: ULONG§schm_State: LONGTrait Implementations§
Source§impl Clone for SetupCleanupHookMsg
impl Clone for SetupCleanupHookMsg
Source§fn clone(&self) -> SetupCleanupHookMsg
fn clone(&self) -> SetupCleanupHookMsg
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 SetupCleanupHookMsg
impl Debug for SetupCleanupHookMsg
impl Copy for SetupCleanupHookMsg
Auto Trait Implementations§
impl Freeze for SetupCleanupHookMsg
impl RefUnwindSafe for SetupCleanupHookMsg
impl Send for SetupCleanupHookMsg
impl Sync for SetupCleanupHookMsg
impl Unpin for SetupCleanupHookMsg
impl UnwindSafe for SetupCleanupHookMsg
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