#[repr(C)]pub struct DTBLBUTTON {
pub ulbLpszLabel: u32,
pub ulFlags: u32,
pub ulPRControl: u32,
}Fields§
§ulbLpszLabel: u32§ulFlags: u32§ulPRControl: u32Trait Implementations§
Source§impl Clone for DTBLBUTTON
impl Clone for DTBLBUTTON
Source§fn clone(&self) -> DTBLBUTTON
fn clone(&self) -> DTBLBUTTON
Returns a duplicate 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 DTBLBUTTON
impl Debug for DTBLBUTTON
Source§impl Default for DTBLBUTTON
impl Default for DTBLBUTTON
Source§fn default() -> DTBLBUTTON
fn default() -> DTBLBUTTON
Returns the “default value” for a type. Read more
Source§impl PartialEq for DTBLBUTTON
impl PartialEq for DTBLBUTTON
impl Copy for DTBLBUTTON
impl StructuralPartialEq for DTBLBUTTON
Auto Trait Implementations§
impl Freeze for DTBLBUTTON
impl RefUnwindSafe for DTBLBUTTON
impl Send for DTBLBUTTON
impl Sync for DTBLBUTTON
impl Unpin for DTBLBUTTON
impl UnwindSafe for DTBLBUTTON
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