Struct DROPDESCRIPTION
#[repr(C, packed(1))]pub struct DROPDESCRIPTION {
pub type: DROPIMAGETYPE,
pub szMessage: [u16; 260],
pub szInsert: [u16; 260],
}
Fields§
§type: DROPIMAGETYPE
§szMessage: [u16; 260]
§szInsert: [u16; 260]
Trait Implementations§
§impl Clone for DROPDESCRIPTION
impl Clone for DROPDESCRIPTION
§fn clone(&self) -> DROPDESCRIPTION
fn clone(&self) -> DROPDESCRIPTION
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 moreimpl Copy for DROPDESCRIPTION
Auto Trait Implementations§
impl Freeze for DROPDESCRIPTION
impl RefUnwindSafe for DROPDESCRIPTION
impl Send for DROPDESCRIPTION
impl Sync for DROPDESCRIPTION
impl Unpin for DROPDESCRIPTION
impl UnwindSafe for DROPDESCRIPTION
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