#[repr(transparent)]pub struct GapEventType(pub c_uchar);Tuple Fields§
§0: c_ucharTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GapEventType
Source§impl Debug for GapEventType
impl Debug for GapEventType
impl Eq for GapEventType
Source§impl Hash for GapEventType
impl Hash for GapEventType
Source§impl PartialEq for GapEventType
impl PartialEq for GapEventType
Source§fn eq(&self, other: &GapEventType) -> bool
fn eq(&self, other: &GapEventType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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