Struct Lsedrv
#[repr(transparent)]pub struct Lsedrv(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Lsedrv
impl Lsedrv
pub const LOW: Self
pub const LOW: Self
’Xtal mode lower driving capability
pub const MEDIUM_LOW: Self
pub const MEDIUM_LOW: Self
’Xtal mode medium-low driving capability
pub const MEDIUM_HIGH: Self
pub const MEDIUM_HIGH: Self
’Xtal mode medium-high driving capability
pub const HIGH: Self
pub const HIGH: Self
’Xtal mode higher driving capability
Trait Implementations§
§impl Ord for Lsedrv
impl Ord for Lsedrv
§impl PartialOrd for Lsedrv
impl PartialOrd for Lsedrv
impl Copy for Lsedrv
impl Eq for Lsedrv
impl StructuralPartialEq for Lsedrv
Auto Trait Implementations§
impl Freeze for Lsedrv
impl RefUnwindSafe for Lsedrv
impl Send for Lsedrv
impl Sync for Lsedrv
impl Unpin for Lsedrv
impl UnwindSafe for Lsedrv
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