pub struct FlashJournalLayout {
pub timebase_regions: [u32; 2],
pub arenas: [FlashArenaRange; 2],
}Fields§
§timebase_regions: [u32; 2]§arenas: [FlashArenaRange; 2]Implementations§
Source§impl FlashJournalLayout
impl FlashJournalLayout
pub const fn new( timebase_regions: [u32; 2], arenas: [FlashArenaRange; 2], ) -> FlashJournalLayout
Trait Implementations§
Source§impl Clone for FlashJournalLayout
impl Clone for FlashJournalLayout
Source§fn clone(&self) -> FlashJournalLayout
fn clone(&self) -> FlashJournalLayout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FlashJournalLayout
Source§impl Debug for FlashJournalLayout
impl Debug for FlashJournalLayout
impl Eq for FlashJournalLayout
Source§impl PartialEq for FlashJournalLayout
impl PartialEq for FlashJournalLayout
impl StructuralPartialEq for FlashJournalLayout
Auto Trait Implementations§
impl Freeze for FlashJournalLayout
impl RefUnwindSafe for FlashJournalLayout
impl Send for FlashJournalLayout
impl Sync for FlashJournalLayout
impl Unpin for FlashJournalLayout
impl UnsafeUnpin for FlashJournalLayout
impl UnwindSafe for FlashJournalLayout
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