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