#[repr(C)]pub struct NMCBEDRAGBEGINA {
pub hdr: NMHDR,
pub iItemid: c_int,
pub szText: [c_char; 260],
}
Fields§
§hdr: NMHDR
§iItemid: c_int
§szText: [c_char; 260]
Trait Implementations§
Source§impl Clone for NMCBEDRAGBEGINA
impl Clone for NMCBEDRAGBEGINA
Source§fn clone(&self) -> NMCBEDRAGBEGINA
fn clone(&self) -> NMCBEDRAGBEGINA
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 Default for NMCBEDRAGBEGINA
impl Default for NMCBEDRAGBEGINA
Source§fn default() -> NMCBEDRAGBEGINA
fn default() -> NMCBEDRAGBEGINA
Returns the “default value” for a type. Read more
impl Copy for NMCBEDRAGBEGINA
Auto Trait Implementations§
impl Freeze for NMCBEDRAGBEGINA
impl RefUnwindSafe for NMCBEDRAGBEGINA
impl !Send for NMCBEDRAGBEGINA
impl !Sync for NMCBEDRAGBEGINA
impl Unpin for NMCBEDRAGBEGINA
impl UnwindSafe for NMCBEDRAGBEGINA
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