Struct Msibias
#[repr(transparent)]pub struct Msibias(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Msibias
impl Msibias
pub const CONTINUOUS: Self
pub const CONTINUOUS: Self
MSI bias continuous mode (clock accuracy fast settling time)
pub const SAMPLING: Self
pub const SAMPLING: Self
MSI bias sampling mode (ultra-low-power mode)
Trait Implementations§
§impl Ord for Msibias
impl Ord for Msibias
§impl PartialOrd for Msibias
impl PartialOrd for Msibias
impl Copy for Msibias
impl Eq for Msibias
impl StructuralPartialEq for Msibias
Auto Trait Implementations§
impl Freeze for Msibias
impl RefUnwindSafe for Msibias
impl Send for Msibias
impl Sync for Msibias
impl Unpin for Msibias
impl UnwindSafe for Msibias
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