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