Struct firewire_dice_protocols::tcat::Iec60958Param
source · pub struct Iec60958Param {
pub cap: bool,
pub enable: bool,
}Expand description
Parameter of stream format for IEC 60958.
Fields§
§cap: boolThe corresponding channel supports IEC 60958 bit stream.
enable: boolThe corresponding channel is enabled for IEC 60958 bit stream.
Trait Implementations§
source§impl Clone for Iec60958Param
impl Clone for Iec60958Param
source§fn clone(&self) -> Iec60958Param
fn clone(&self) -> Iec60958Param
Returns a copy 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 Iec60958Param
impl Debug for Iec60958Param
source§impl Default for Iec60958Param
impl Default for Iec60958Param
source§fn default() -> Iec60958Param
fn default() -> Iec60958Param
Returns the “default value” for a type. Read more
source§impl PartialEq for Iec60958Param
impl PartialEq for Iec60958Param
source§fn eq(&self, other: &Iec60958Param) -> bool
fn eq(&self, other: &Iec60958Param) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for Iec60958Param
impl Eq for Iec60958Param
impl StructuralEq for Iec60958Param
impl StructuralPartialEq for Iec60958Param
Auto Trait Implementations§
impl RefUnwindSafe for Iec60958Param
impl Send for Iec60958Param
impl Sync for Iec60958Param
impl Unpin for Iec60958Param
impl UnwindSafe for Iec60958Param
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