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