#[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 (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 St25tbType
Source§impl Debug for St25tbType
impl Debug for St25tbType
impl Eq for St25tbType
Source§impl Hash for St25tbType
impl Hash for St25tbType
Source§impl PartialEq for St25tbType
impl PartialEq for St25tbType
Source§fn eq(&self, other: &St25tbType) -> bool
fn eq(&self, other: &St25tbType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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