Struct Strt
#[repr(transparent)]pub struct Strt(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Strt
impl Strt
pub const NOTSTARTED: Self
pub const NOTSTARTED: Self
No regular channel conversion started
pub const STARTED: Self
pub const STARTED: Self
Regular channel conversion has started
Trait Implementations§
§impl Ord for Strt
impl Ord for Strt
§impl PartialOrd for Strt
impl PartialOrd for Strt
impl Copy for Strt
impl Eq for Strt
impl StructuralPartialEq for Strt
Auto Trait Implementations§
impl Freeze for Strt
impl RefUnwindSafe for Strt
impl Send for Strt
impl Sync for Strt
impl Unpin for Strt
impl UnwindSafe for Strt
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