#[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: BOOLTrait Implementations§
Source§impl Abi for NMREBARAUTOBREAK
impl Abi for NMREBARAUTOBREAK
Source§type Abi = NMREBARAUTOBREAK
type Abi = NMREBARAUTOBREAK
The abi representation of the implementing type. Read more
type DefaultType = NMREBARAUTOBREAK
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for NMREBARAUTOBREAK
impl Clone for NMREBARAUTOBREAK
Source§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 moreSource§impl Debug for NMREBARAUTOBREAK
impl Debug for NMREBARAUTOBREAK
Source§impl Default for NMREBARAUTOBREAK
impl Default for NMREBARAUTOBREAK
Source§impl PartialEq for NMREBARAUTOBREAK
impl PartialEq for NMREBARAUTOBREAK
impl Copy for NMREBARAUTOBREAK
impl Eq 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