Struct Adstpw
#[repr(transparent)]pub struct Adstpw(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Adstpw
impl Adstpw
pub const STOPCONVERSION: Self
pub const STOPCONVERSION: Self
Stop the active conversion
Trait Implementations§
§impl Ord for Adstpw
impl Ord for Adstpw
§impl PartialOrd for Adstpw
impl PartialOrd for Adstpw
impl Copy for Adstpw
impl Eq for Adstpw
impl StructuralPartialEq for Adstpw
Auto Trait Implementations§
impl Freeze for Adstpw
impl RefUnwindSafe for Adstpw
impl Send for Adstpw
impl Sync for Adstpw
impl Unpin for Adstpw
impl UnwindSafe for Adstpw
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