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