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: bool§spdif: bool§adat_b: bool§adat_a: boolTrait Implementations§
Source§impl Clone for Ff802ExtLockStatus
impl Clone for Ff802ExtLockStatus
Source§fn clone(&self) -> Ff802ExtLockStatus
fn clone(&self) -> Ff802ExtLockStatus
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 Ff802ExtLockStatus
impl Debug for Ff802ExtLockStatus
Source§impl Default for Ff802ExtLockStatus
impl Default for Ff802ExtLockStatus
Source§fn default() -> Ff802ExtLockStatus
fn default() -> Ff802ExtLockStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ff802ExtLockStatus
impl PartialEq for Ff802ExtLockStatus
impl Copy for Ff802ExtLockStatus
impl Eq for Ff802ExtLockStatus
impl StructuralPartialEq for Ff802ExtLockStatus
Auto Trait Implementations§
impl Freeze for Ff802ExtLockStatus
impl RefUnwindSafe for Ff802ExtLockStatus
impl Send for Ff802ExtLockStatus
impl Sync for Ff802ExtLockStatus
impl Unpin for Ff802ExtLockStatus
impl UnwindSafe for Ff802ExtLockStatus
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