pub enum HdaWidgetType {
AudioOutput,
PinComplex,
}Expand description
HDA codec widget types relevant to HDMI audio
Variants§
Trait Implementations§
Source§impl Clone for HdaWidgetType
impl Clone for HdaWidgetType
Source§fn clone(&self) -> HdaWidgetType
fn clone(&self) -> HdaWidgetType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HdaWidgetType
impl Debug for HdaWidgetType
Source§impl PartialEq for HdaWidgetType
impl PartialEq for HdaWidgetType
impl Copy for HdaWidgetType
impl Eq for HdaWidgetType
impl StructuralPartialEq for HdaWidgetType
Auto Trait Implementations§
impl Freeze for HdaWidgetType
impl RefUnwindSafe for HdaWidgetType
impl Send for HdaWidgetType
impl Sync for HdaWidgetType
impl Unpin for HdaWidgetType
impl UnwindSafe for HdaWidgetType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)