#[repr(transparent)]pub struct GapEventType(pub c_uchar);
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl Clone for GapEventType
impl Clone for GapEventType
Source§fn clone(&self) -> GapEventType
fn clone(&self) -> GapEventType
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 GapEventType
impl Debug for GapEventType
Source§impl Hash for GapEventType
impl Hash for GapEventType
Source§impl PartialEq for GapEventType
impl PartialEq for GapEventType
impl Copy for GapEventType
impl Eq for GapEventType
impl StructuralPartialEq for GapEventType
Auto Trait Implementations§
impl Freeze for GapEventType
impl RefUnwindSafe for GapEventType
impl Send for GapEventType
impl Sync for GapEventType
impl Unpin for GapEventType
impl UnwindSafe for GapEventType
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