Struct ENLOWFIRTF
#[repr(C, packed(4))]pub struct ENLOWFIRTF {
pub nmhdr: NMHDR,
pub szControl: PSTR,
}
Fields§
§nmhdr: NMHDR
§szControl: PSTR
Trait Implementations§
§impl Clone for ENLOWFIRTF
impl Clone for ENLOWFIRTF
§fn clone(&self) -> ENLOWFIRTF
fn clone(&self) -> ENLOWFIRTF
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 ENLOWFIRTF
Auto Trait Implementations§
impl Freeze for ENLOWFIRTF
impl RefUnwindSafe for ENLOWFIRTF
impl !Send for ENLOWFIRTF
impl !Sync for ENLOWFIRTF
impl Unpin for ENLOWFIRTF
impl UnwindSafe for ENLOWFIRTF
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