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