pub enum LPDSP32_STATUS_A {
LPDSP32_DISABLED_DEVICE = 0,
LPDSP32_ENABLED_DEVICE = 1,
}Expand description
LPDSP32 feature status
Value on reset: 1
Variants§
LPDSP32_DISABLED_DEVICE = 0
0: Device does not have the LPDSP32 feature
LPDSP32_ENABLED_DEVICE = 1
1: Device has the LPDSP32 feature
Trait Implementations§
Source§impl Clone for LPDSP32_STATUS_A
impl Clone for LPDSP32_STATUS_A
Source§fn clone(&self) -> LPDSP32_STATUS_A
fn clone(&self) -> LPDSP32_STATUS_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LPDSP32_STATUS_A
impl Debug for LPDSP32_STATUS_A
Source§impl From<LPDSP32_STATUS_A> for bool
impl From<LPDSP32_STATUS_A> for bool
Source§fn from(variant: LPDSP32_STATUS_A) -> Self
fn from(variant: LPDSP32_STATUS_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LPDSP32_STATUS_A
impl PartialEq for LPDSP32_STATUS_A
impl Copy for LPDSP32_STATUS_A
impl StructuralPartialEq for LPDSP32_STATUS_A
Auto Trait Implementations§
impl Freeze for LPDSP32_STATUS_A
impl RefUnwindSafe for LPDSP32_STATUS_A
impl Send for LPDSP32_STATUS_A
impl Sync for LPDSP32_STATUS_A
impl Unpin for LPDSP32_STATUS_A
impl UnsafeUnpin for LPDSP32_STATUS_A
impl UnwindSafe for LPDSP32_STATUS_A
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