Struct CONTROLINFO
#[repr(C)]pub struct CONTROLINFO {
pub cb: u32,
pub hAccel: HACCEL,
pub cAccel: u16,
pub dwFlags: u32,
}
Fields§
§cb: u32
§hAccel: HACCEL
§cAccel: u16
§dwFlags: u32
Trait Implementations§
§impl Clone for CONTROLINFO
impl Clone for CONTROLINFO
§fn clone(&self) -> CONTROLINFO
fn clone(&self) -> CONTROLINFO
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 CONTROLINFO
Auto Trait Implementations§
impl Freeze for CONTROLINFO
impl RefUnwindSafe for CONTROLINFO
impl !Send for CONTROLINFO
impl !Sync for CONTROLINFO
impl Unpin for CONTROLINFO
impl UnwindSafe for CONTROLINFO
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