pub struct Ff802ExtSyncStatus {
pub word_clk: bool,
pub spdif: bool,
pub adat_b: bool,
pub adat_a: bool,
}Expand description
Sync status of 802.
Fields§
§word_clk: bool§spdif: bool§adat_b: bool§adat_a: boolTrait Implementations§
Source§impl Clone for Ff802ExtSyncStatus
impl Clone for Ff802ExtSyncStatus
Source§fn clone(&self) -> Ff802ExtSyncStatus
fn clone(&self) -> Ff802ExtSyncStatus
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 Ff802ExtSyncStatus
impl Debug for Ff802ExtSyncStatus
Source§impl Default for Ff802ExtSyncStatus
impl Default for Ff802ExtSyncStatus
Source§fn default() -> Ff802ExtSyncStatus
fn default() -> Ff802ExtSyncStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ff802ExtSyncStatus
impl PartialEq for Ff802ExtSyncStatus
impl Copy for Ff802ExtSyncStatus
impl Eq for Ff802ExtSyncStatus
impl StructuralPartialEq for Ff802ExtSyncStatus
Auto Trait Implementations§
impl Freeze for Ff802ExtSyncStatus
impl RefUnwindSafe for Ff802ExtSyncStatus
impl Send for Ff802ExtSyncStatus
impl Sync for Ff802ExtSyncStatus
impl Unpin for Ff802ExtSyncStatus
impl UnwindSafe for Ff802ExtSyncStatus
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