Struct Fsmc
pub struct Fsmc { /* private fields */ }Expand description
Flexible static memory controller
Implementations§
Trait Implementations§
impl Copy for Fsmc
impl Eq for Fsmc
impl Send for Fsmc
impl StructuralPartialEq for Fsmc
impl Sync for Fsmc
Auto Trait Implementations§
impl Freeze for Fsmc
impl RefUnwindSafe for Fsmc
impl Unpin for Fsmc
impl UnsafeUnpin for Fsmc
impl UnwindSafe for Fsmc
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