#[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 · 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 GapAddressType
impl Debug for GapAddressType
Source§impl Hash for GapAddressType
impl Hash for GapAddressType
Source§impl PartialEq for GapAddressType
impl PartialEq for GapAddressType
impl Copy for GapAddressType
impl Eq for GapAddressType
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 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