#[repr(C)]pub struct storageStructure {
pub banksNumber: c_uint,
pub banks: *mut deviceBank,
}
Expand description
\struct storageStructure. \brief This stucture describes sotrage characterization.
Fields§
§banksNumber: c_uint
< Number of exsisted banks.
banks: *mut deviceBank
< Banks sectors definition #Device_Bank.
Trait Implementations§
Source§impl Clone for storageStructure
impl Clone for storageStructure
Source§fn clone(&self) -> storageStructure
fn clone(&self) -> storageStructure
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 storageStructure
impl Debug for storageStructure
impl Copy for storageStructure
Auto Trait Implementations§
impl Freeze for storageStructure
impl RefUnwindSafe for storageStructure
impl !Send for storageStructure
impl !Sync for storageStructure
impl Unpin for storageStructure
impl UnwindSafe for storageStructure
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