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