#[repr(transparent)]pub struct GapAddressType(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for GapAddressType
impl Clone for GapAddressType
Source§fn clone(&self) -> GapAddressType
fn clone(&self) -> GapAddressType
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 GapAddressType
Source§impl Debug for GapAddressType
impl Debug for GapAddressType
impl Eq for GapAddressType
Source§impl Hash for GapAddressType
impl Hash for GapAddressType
Source§impl PartialEq for GapAddressType
impl PartialEq for GapAddressType
Source§fn eq(&self, other: &GapAddressType) -> bool
fn eq(&self, other: &GapAddressType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GapAddressType
Auto Trait Implementations§
impl Freeze for GapAddressType
impl RefUnwindSafe for GapAddressType
impl Send for GapAddressType
impl Sync for GapAddressType
impl Unpin for GapAddressType
impl UnsafeUnpin for GapAddressType
impl UnwindSafe for GapAddressType
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