Struct NMBCHOTITEM
#[repr(C)]pub struct NMBCHOTITEM {
pub hdr: NMHDR,
pub dwFlags: NMTBHOTITEM_FLAGS,
}
Fields§
§hdr: NMHDR
§dwFlags: NMTBHOTITEM_FLAGS
Trait Implementations§
§impl Clone for NMBCHOTITEM
impl Clone for NMBCHOTITEM
§fn clone(&self) -> NMBCHOTITEM
fn clone(&self) -> NMBCHOTITEM
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 more§impl Debug for NMBCHOTITEM
impl Debug for NMBCHOTITEM
§impl PartialEq for NMBCHOTITEM
impl PartialEq for NMBCHOTITEM
impl Copy for NMBCHOTITEM
impl StructuralPartialEq for NMBCHOTITEM
Auto Trait Implementations§
impl Freeze for NMBCHOTITEM
impl RefUnwindSafe for NMBCHOTITEM
impl !Send for NMBCHOTITEM
impl !Sync for NMBCHOTITEM
impl Unpin for NMBCHOTITEM
impl UnwindSafe for NMBCHOTITEM
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