Struct DTBLCHECKBOX
#[repr(C)]pub struct DTBLCHECKBOX {
pub ulbLpszLabel: u32,
pub ulFlags: u32,
pub ulPRPropertyName: u32,
}
Fields§
§ulbLpszLabel: u32
§ulFlags: u32
§ulPRPropertyName: u32
Trait Implementations§
§impl Clone for DTBLCHECKBOX
impl Clone for DTBLCHECKBOX
§fn clone(&self) -> DTBLCHECKBOX
fn clone(&self) -> DTBLCHECKBOX
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 DTBLCHECKBOX
Auto Trait Implementations§
impl Freeze for DTBLCHECKBOX
impl RefUnwindSafe for DTBLCHECKBOX
impl Send for DTBLCHECKBOX
impl Sync for DTBLCHECKBOX
impl Unpin for DTBLCHECKBOX
impl UnwindSafe for DTBLCHECKBOX
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