#[repr(C, packed(1))]pub struct set_event_mask_cp {
pub mask: [u8; 8],
}Fields§
§mask: [u8; 8]Trait Implementations§
Source§impl Clone for set_event_mask_cp
impl Clone for set_event_mask_cp
Source§fn clone(&self) -> set_event_mask_cp
fn clone(&self) -> set_event_mask_cp
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 set_event_mask_cp
impl Debug for set_event_mask_cp
impl Copy for set_event_mask_cp
Auto Trait Implementations§
impl Freeze for set_event_mask_cp
impl RefUnwindSafe for set_event_mask_cp
impl Send for set_event_mask_cp
impl Sync for set_event_mask_cp
impl Unpin for set_event_mask_cp
impl UnwindSafe for set_event_mask_cp
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