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