pub struct Sm {
pub enable: bool,
pub start_address: u16,
pub control_byte: u8,
pub default_size: Option<usize>,
}
Expand description
Sync Manager (SM).
Fields§
§enable: bool
§start_address: u16
§control_byte: u8
§default_size: Option<usize>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sm
impl RefUnwindSafe for Sm
impl Send for Sm
impl Sync for Sm
impl Unpin for Sm
impl UnwindSafe for Sm
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