pub struct SmCfg {
pub idx: SmIdx,
pub watchdog_mode: WatchdogMode,
pub direction: SyncDirection,
}Expand description
Sync Manager Config
Fields§
§idx: SmIdx§watchdog_mode: WatchdogMode§direction: SyncDirectionImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SmCfg
impl RefUnwindSafe for SmCfg
impl Send for SmCfg
impl Sync for SmCfg
impl Unpin for SmCfg
impl UnwindSafe for SmCfg
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