#[repr(C)]pub struct ButtonFields {
pub ButtonFlags: USHORT,
pub ButtonData: USHORT,
}Fields§
§ButtonFlags: USHORT§ButtonData: USHORTTrait Implementations§
Source§impl Clone for ButtonFields
impl Clone for ButtonFields
Source§fn clone(&self) -> ButtonFields
fn clone(&self) -> ButtonFields
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 ButtonFields
impl Debug for ButtonFields
impl Copy for ButtonFields
Auto Trait Implementations§
impl Freeze for ButtonFields
impl RefUnwindSafe for ButtonFields
impl Send for ButtonFields
impl Sync for ButtonFields
impl Unpin for ButtonFields
impl UnwindSafe for ButtonFields
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