#[repr(u32)]pub enum SlewRate {
Sre0SlowSlewRate = 0,
Sre1FastSlewRate = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for SlewRate
impl RefUnwindSafe for SlewRate
impl Send for SlewRate
impl Sync for SlewRate
impl Unpin for SlewRate
impl UnsafeUnpin for SlewRate
impl UnwindSafe for SlewRate
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