#[repr(u32)]pub enum DriveStrength {
    DSE0 = 0,
    DSE1 = 1,
    DSE2 = 2,
    DSE3 = 3,
    DSE4 = 4,
    DSE5 = 5,
    DSE6 = 6,
    DSE7 = 7,
}Variants§
Auto Trait Implementations§
impl Freeze for DriveStrength
impl RefUnwindSafe for DriveStrength
impl Send for DriveStrength
impl Sync for DriveStrength
impl Unpin for DriveStrength
impl UnwindSafe for DriveStrength
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