Struct Stopkerwuck
#[repr(transparent)]pub struct Stopkerwuck(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Stopkerwuck
impl Stopkerwuck
Trait Implementations§
§impl Clone for Stopkerwuck
impl Clone for Stopkerwuck
§fn clone(&self) -> Stopkerwuck
fn clone(&self) -> Stopkerwuck
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 Stopkerwuck
impl Ord for Stopkerwuck
§impl PartialEq for Stopkerwuck
impl PartialEq for Stopkerwuck
§impl PartialOrd for Stopkerwuck
impl PartialOrd for Stopkerwuck
impl Copy for Stopkerwuck
impl Eq for Stopkerwuck
impl StructuralPartialEq for Stopkerwuck
Auto Trait Implementations§
impl Freeze for Stopkerwuck
impl RefUnwindSafe for Stopkerwuck
impl Send for Stopkerwuck
impl Sync for Stopkerwuck
impl Unpin for Stopkerwuck
impl UnwindSafe for Stopkerwuck
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