Struct Msirange
#[repr(transparent)]pub struct Msirange(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Msirange
impl Msirange
pub const RANGE0: Self
pub const RANGE0: Self
range 0 around 65.536 kHz
pub const RANGE1: Self
pub const RANGE1: Self
range 1 around 131.072 kHz
pub const RANGE2: Self
pub const RANGE2: Self
range 2 around 262.144 kHz
pub const RANGE3: Self
pub const RANGE3: Self
range 3 around 524.288 kHz
pub const RANGE4: Self
pub const RANGE4: Self
range 4 around 1.048 MHz
pub const RANGE5: Self
pub const RANGE5: Self
range 5 around 2.097 MHz (reset value)
pub const RANGE6: Self
pub const RANGE6: Self
range 6 around 4.194 MHz
pub const RANGE7: Self
pub const RANGE7: Self
not allowed
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