Enum Rfphasef
#[repr(u8)]pub enum Rfphasef {
B0x0 = 0,
B0x1 = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Rfphasef
impl Eq for Rfphasef
§impl Ord for Rfphasef
impl Ord for Rfphasef
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Rfphasef
impl PartialOrd for Rfphasef
impl StructuralPartialEq for Rfphasef
Auto Trait Implementations§
impl Freeze for Rfphasef
impl RefUnwindSafe for Rfphasef
impl Send for Rfphasef
impl Sync for Rfphasef
impl Unpin for Rfphasef
impl UnsafeUnpin for Rfphasef
impl UnwindSafe for Rfphasef
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