Struct NMREBARAUTOBREAK
#[repr(C)]pub struct NMREBARAUTOBREAK {
pub hdr: NMHDR,
pub uBand: u32,
pub wID: u32,
pub lParam: LPARAM,
pub uMsg: u32,
pub fStyleCurrent: u32,
pub fAutoBreak: BOOL,
}
Fields§
§hdr: NMHDR
§uBand: u32
§wID: u32
§lParam: LPARAM
§uMsg: u32
§fStyleCurrent: u32
§fAutoBreak: BOOL
Trait Implementations§
§impl Clone for NMREBARAUTOBREAK
impl Clone for NMREBARAUTOBREAK
§fn clone(&self) -> NMREBARAUTOBREAK
fn clone(&self) -> NMREBARAUTOBREAK
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 NMREBARAUTOBREAK
impl Debug for NMREBARAUTOBREAK
§impl Default for NMREBARAUTOBREAK
impl Default for NMREBARAUTOBREAK
§impl PartialEq for NMREBARAUTOBREAK
impl PartialEq for NMREBARAUTOBREAK
impl Copy for NMREBARAUTOBREAK
impl StructuralPartialEq for NMREBARAUTOBREAK
Auto Trait Implementations§
impl Freeze for NMREBARAUTOBREAK
impl RefUnwindSafe for NMREBARAUTOBREAK
impl !Send for NMREBARAUTOBREAK
impl !Sync for NMREBARAUTOBREAK
impl Unpin for NMREBARAUTOBREAK
impl UnwindSafe for NMREBARAUTOBREAK
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