Struct NMREBARCHEVRON
#[repr(C)]pub struct NMREBARCHEVRON {
pub hdr: NMHDR,
pub uBand: u32,
pub wID: u32,
pub lParam: LPARAM,
pub rc: RECT,
pub lParamNM: LPARAM,
}Fields§
§hdr: NMHDR§uBand: u32§wID: u32§lParam: LPARAM§rc: RECT§lParamNM: LPARAMTrait Implementations§
§impl Clone for NMREBARCHEVRON
impl Clone for NMREBARCHEVRON
§fn clone(&self) -> NMREBARCHEVRON
fn clone(&self) -> NMREBARCHEVRON
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 NMREBARCHEVRON
§impl Default for NMREBARCHEVRON
impl Default for NMREBARCHEVRON
§fn default() -> NMREBARCHEVRON
fn default() -> NMREBARCHEVRON
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for NMREBARCHEVRON
impl !Sync for NMREBARCHEVRON
impl Freeze for NMREBARCHEVRON
impl RefUnwindSafe for NMREBARCHEVRON
impl Unpin for NMREBARCHEVRON
impl UnsafeUnpin for NMREBARCHEVRON
impl UnwindSafe for NMREBARCHEVRON
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