Enum Outdriv
#[repr(u8)]pub enum Outdriv {
OnStart = 0,
Immediately = 1,
}Variants§
OnStart = 0
Audio block output driven when SAIEN is set
Immediately = 1
Audio block output driven immediately after the setting of this bit
Implementations§
Trait Implementations§
impl Copy for Outdriv
impl Eq for Outdriv
§impl Ord for Outdriv
impl Ord for Outdriv
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Outdriv
impl PartialOrd for Outdriv
impl StructuralPartialEq for Outdriv
Auto Trait Implementations§
impl Freeze for Outdriv
impl RefUnwindSafe for Outdriv
impl Send for Outdriv
impl Sync for Outdriv
impl Unpin for Outdriv
impl UnsafeUnpin for Outdriv
impl UnwindSafe for Outdriv
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