pub struct Iec60958Param {
pub cap: bool,
pub enable: bool,
}
Expand description
Parameter of stream format for IEC 60958.
Fields§
§cap: bool
The corresponding channel supports IEC 60958 bit stream.
enable: bool
The 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 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 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
impl Copy for Iec60958Param
impl Eq for Iec60958Param
impl StructuralPartialEq for Iec60958Param
Auto Trait Implementations§
impl Freeze for Iec60958Param
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