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