Struct Msirange
#[repr(transparent)]pub struct Msirange(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Msirange
impl Msirange
pub const RANGE100K: Self
pub const RANGE100K: Self
range 0 around 100 kHz
pub const RANGE200K: Self
pub const RANGE200K: Self
range 1 around 200 kHz
pub const RANGE400K: Self
pub const RANGE400K: Self
range 2 around 400 kHz
pub const RANGE800K: Self
pub const RANGE800K: Self
range 3 around 800 kHz
pub const RANGE1M: Self
pub const RANGE1M: Self
range 4 around 1 MHz
pub const RANGE2M: Self
pub const RANGE2M: Self
range 5 around 2 MHz
pub const RANGE4M: Self
pub const RANGE4M: Self
range 6 around 4 MHz
pub const RANGE8M: Self
pub const RANGE8M: Self
range 7 around 8 MHz
pub const RANGE16M: Self
pub const RANGE16M: Self
range 8 around 16 MHz
pub const RANGE24M: Self
pub const RANGE24M: Self
range 9 around 24 MHz
pub const RANGE32M: Self
pub const RANGE32M: Self
range 10 around 32 MHz
pub const RANGE48M: Self
pub const RANGE48M: Self
range 11 around 48 MHz
Trait Implementations§
§impl Ord for Msirange
impl Ord for Msirange
§impl PartialOrd for Msirange
impl PartialOrd for Msirange
impl Copy for Msirange
impl Eq for Msirange
impl StructuralPartialEq for Msirange
Auto Trait Implementations§
impl Freeze for Msirange
impl RefUnwindSafe for Msirange
impl Send for Msirange
impl Sync for Msirange
impl Unpin for Msirange
impl UnwindSafe for Msirange
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