pub struct LinkFeature(/* private fields */);Expand description
Media carried by a virtual link.
Implementations§
Source§impl LinkFeature
impl LinkFeature
Sourcepub const VIDEO_HDMI: Self
pub const VIDEO_HDMI: Self
Video over HDMI.
Sourcepub const AUDIO_OPTICAL: Self
pub const AUDIO_OPTICAL: Self
Audio over optical.
Sourcepub const AUDIO_ANALOG: Self
pub const AUDIO_ANALOG: Self
Audio over analogue.
Trait Implementations§
Source§impl BitAnd for LinkFeature
impl BitAnd for LinkFeature
Source§impl BitOr for LinkFeature
impl BitOr for LinkFeature
Source§impl BitOrAssign for LinkFeature
impl BitOrAssign for LinkFeature
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for LinkFeature
impl Clone for LinkFeature
Source§fn clone(&self) -> LinkFeature
fn clone(&self) -> LinkFeature
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LinkFeature
Source§impl Debug for LinkFeature
impl Debug for LinkFeature
Source§impl Default for LinkFeature
impl Default for LinkFeature
Source§fn default() -> LinkFeature
fn default() -> LinkFeature
Returns the “default value” for a type. Read more
Source§impl Display for LinkFeature
impl Display for LinkFeature
impl Eq for LinkFeature
Source§impl Hash for LinkFeature
impl Hash for LinkFeature
Source§impl Ord for LinkFeature
impl Ord for LinkFeature
Source§fn cmp(&self, other: &LinkFeature) -> Ordering
fn cmp(&self, other: &LinkFeature) -> Ordering
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for LinkFeature
impl PartialEq for LinkFeature
Source§impl PartialOrd for LinkFeature
impl PartialOrd for LinkFeature
impl StructuralPartialEq for LinkFeature
Auto Trait Implementations§
impl Freeze for LinkFeature
impl RefUnwindSafe for LinkFeature
impl Send for LinkFeature
impl Sync for LinkFeature
impl Unpin for LinkFeature
impl UnsafeUnpin for LinkFeature
impl UnwindSafe for LinkFeature
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