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