Struct TampalrmType
#[repr(transparent)]pub struct TampalrmType(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl TampalrmType
impl TampalrmType
Trait Implementations§
§impl Clone for TampalrmType
impl Clone for TampalrmType
§fn clone(&self) -> TampalrmType
fn clone(&self) -> TampalrmType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for TampalrmType
impl Ord for TampalrmType
§impl PartialEq for TampalrmType
impl PartialEq for TampalrmType
§impl PartialOrd for TampalrmType
impl PartialOrd for TampalrmType
impl Copy for TampalrmType
impl Eq for TampalrmType
impl StructuralPartialEq for TampalrmType
Auto Trait Implementations§
impl Freeze for TampalrmType
impl RefUnwindSafe for TampalrmType
impl Send for TampalrmType
impl Sync for TampalrmType
impl Unpin for TampalrmType
impl UnwindSafe for TampalrmType
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