Struct NMBCHOTITEM
#[repr(C)]pub struct NMBCHOTITEM {
pub hdr: NMHDR,
pub dwFlags: NMTBHOTITEM_FLAGS,
}Fields§
§hdr: NMHDR§dwFlags: NMTBHOTITEM_FLAGSTrait Implementations§
§impl Clone for NMBCHOTITEM
impl Clone for NMBCHOTITEM
§fn clone(&self) -> NMBCHOTITEM
fn clone(&self) -> NMBCHOTITEM
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NMBCHOTITEM
§impl Default for NMBCHOTITEM
impl Default for NMBCHOTITEM
§fn default() -> NMBCHOTITEM
fn default() -> NMBCHOTITEM
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for NMBCHOTITEM
impl !Sync for NMBCHOTITEM
impl Freeze for NMBCHOTITEM
impl RefUnwindSafe for NMBCHOTITEM
impl Unpin for NMBCHOTITEM
impl UnsafeUnpin 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