#[repr(transparent)]pub struct St25tbType(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for St25tbType
impl Clone for St25tbType
Source§fn clone(&self) -> St25tbType
fn clone(&self) -> St25tbType
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 St25tbType
impl Debug for St25tbType
Source§impl Hash for St25tbType
impl Hash for St25tbType
Source§impl PartialEq for St25tbType
impl PartialEq for St25tbType
impl Copy for St25tbType
impl Eq for St25tbType
impl StructuralPartialEq for St25tbType
Auto Trait Implementations§
impl Freeze for St25tbType
impl RefUnwindSafe for St25tbType
impl Send for St25tbType
impl Sync for St25tbType
impl Unpin for St25tbType
impl UnwindSafe for St25tbType
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