Enum Rfphasef
#[repr(u8)]pub enum Rfphasef {
B_0X0 = 0,
B_0X1 = 1,
}Variants§
Implementations§
Trait Implementations§
§impl Ord for Rfphasef
impl Ord for Rfphasef
§impl PartialOrd for Rfphasef
impl PartialOrd for Rfphasef
impl Copy for Rfphasef
impl Eq 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 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