pub struct Ff400ClkConfig {
pub primary_src: Ff400ClkSrc,
/* private fields */
}Expand description
Configurations of sampling clock.
Fields§
§primary_src: Ff400ClkSrcTrait Implementations§
Source§impl Clone for Ff400ClkConfig
impl Clone for Ff400ClkConfig
Source§fn clone(&self) -> Ff400ClkConfig
fn clone(&self) -> Ff400ClkConfig
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 Ff400ClkConfig
impl Debug for Ff400ClkConfig
Source§impl Default for Ff400ClkConfig
impl Default for Ff400ClkConfig
Source§impl PartialEq for Ff400ClkConfig
impl PartialEq for Ff400ClkConfig
impl Copy for Ff400ClkConfig
impl Eq for Ff400ClkConfig
impl StructuralPartialEq for Ff400ClkConfig
Auto Trait Implementations§
impl Freeze for Ff400ClkConfig
impl RefUnwindSafe for Ff400ClkConfig
impl Send for Ff400ClkConfig
impl Sync for Ff400ClkConfig
impl Unpin for Ff400ClkConfig
impl UnwindSafe for Ff400ClkConfig
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