Struct Mode
#[repr(transparent)]pub struct Mode(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Mode
impl Mode
pub const INPUT: Self
pub const INPUT: Self
Input mode (reset state)
pub const OUTPUT10MHZ: Self
pub const OUTPUT10MHZ: Self
Output mode 10 MHz
pub const OUTPUT2MHZ: Self
pub const OUTPUT2MHZ: Self
Output mode 2 MHz
pub const OUTPUT50MHZ: Self
pub const OUTPUT50MHZ: Self
Output mode 50 MHz
Trait Implementations§
§impl Ord for Mode
impl Ord for Mode
§impl PartialOrd for Mode
impl PartialOrd for Mode
impl Copy for Mode
impl Eq for Mode
impl StructuralPartialEq for Mode
Auto Trait Implementations§
impl Freeze for Mode
impl RefUnwindSafe for Mode
impl Send for Mode
impl Sync for Mode
impl Unpin for Mode
impl UnwindSafe for Mode
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