pub struct FsyncConfig {
pub enable: bool,
pub active_low: bool,
}Expand description
FSYNC (Frame Synchronization) configuration
Fields§
§enable: boolEnable FSYNC interrupt mode
active_low: boolFSYNC pin active low
Trait Implementations§
Source§impl Clone for FsyncConfig
impl Clone for FsyncConfig
Source§fn clone(&self) -> FsyncConfig
fn clone(&self) -> FsyncConfig
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 FsyncConfig
impl Debug for FsyncConfig
Source§impl Default for FsyncConfig
impl Default for FsyncConfig
Source§fn default() -> FsyncConfig
fn default() -> FsyncConfig
Returns the “default value” for a type. Read more
Source§impl Format for FsyncConfig
impl Format for FsyncConfig
Source§impl PartialEq for FsyncConfig
impl PartialEq for FsyncConfig
impl Copy for FsyncConfig
impl Eq for FsyncConfig
impl StructuralPartialEq for FsyncConfig
Auto Trait Implementations§
impl Freeze for FsyncConfig
impl RefUnwindSafe for FsyncConfig
impl Send for FsyncConfig
impl Sync for FsyncConfig
impl Unpin for FsyncConfig
impl UnwindSafe for FsyncConfig
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