pub struct Ff802ExtLockStatus {
pub word_clk: bool,
pub spdif: bool,
pub adat_b: bool,
pub adat_a: bool,
}Expand description
Lock status of 802.
Fields
word_clk: boolspdif: booladat_b: booladat_a: boolTrait Implementations
sourceimpl Clone for Ff802ExtLockStatus
impl Clone for Ff802ExtLockStatus
sourcefn clone(&self) -> Ff802ExtLockStatus
fn clone(&self) -> Ff802ExtLockStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Ff802ExtLockStatus
impl Debug for Ff802ExtLockStatus
sourceimpl Default for Ff802ExtLockStatus
impl Default for Ff802ExtLockStatus
sourcefn default() -> Ff802ExtLockStatus
fn default() -> Ff802ExtLockStatus
Returns the “default value” for a type. Read more
sourceimpl PartialEq<Ff802ExtLockStatus> for Ff802ExtLockStatus
impl PartialEq<Ff802ExtLockStatus> for Ff802ExtLockStatus
sourcefn eq(&self, other: &Ff802ExtLockStatus) -> bool
fn eq(&self, other: &Ff802ExtLockStatus) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &Ff802ExtLockStatus) -> bool
fn ne(&self, other: &Ff802ExtLockStatus) -> bool
This method tests for !=.
impl Copy for Ff802ExtLockStatus
impl Eq for Ff802ExtLockStatus
impl StructuralEq for Ff802ExtLockStatus
impl StructuralPartialEq for Ff802ExtLockStatus
Auto Trait Implementations
impl RefUnwindSafe for Ff802ExtLockStatus
impl Send for Ff802ExtLockStatus
impl Sync for Ff802ExtLockStatus
impl Unpin for Ff802ExtLockStatus
impl UnwindSafe for Ff802ExtLockStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more