#[repr(C, packed(4))]pub struct ENLOWFIRTF {
pub nmhdr: NMHDR,
pub szControl: PSTR,
}
Fields§
§nmhdr: NMHDR
§szControl: PSTR
Trait Implementations§
Source§impl Clone for ENLOWFIRTF
impl Clone for ENLOWFIRTF
Source§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 moreSource§impl Default for ENLOWFIRTF
impl Default for ENLOWFIRTF
Source§impl PartialEq for ENLOWFIRTF
impl PartialEq for ENLOWFIRTF
impl Copy for ENLOWFIRTF
impl Eq 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