Enum Sftrstf
#[repr(u8)]pub enum Sftrstf {
B_0X0 = 0,
B_0X1 = 1,
}Variants§
Implementations§
Trait Implementations§
§impl Ord for Sftrstf
impl Ord for Sftrstf
§impl PartialOrd for Sftrstf
impl PartialOrd for Sftrstf
impl Copy for Sftrstf
impl Eq for Sftrstf
impl StructuralPartialEq for Sftrstf
Auto Trait Implementations§
impl Freeze for Sftrstf
impl RefUnwindSafe for Sftrstf
impl Send for Sftrstf
impl Sync for Sftrstf
impl Unpin for Sftrstf
impl UnwindSafe for Sftrstf
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