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