#[repr(C)]pub struct bankSector {
pub index: c_uint,
pub size: c_uint,
pub address: c_uint,
}
Expand description
\struct bankSector. \brief This stucture indicates the sectors parameters.
Fields§
§index: c_uint
< Index of the sector.
size: c_uint
< Sector size.
address: c_uint
< Sector starting address.
Trait Implementations§
Source§impl Clone for bankSector
impl Clone for bankSector
Source§fn clone(&self) -> bankSector
fn clone(&self) -> bankSector
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 bankSector
impl Debug for bankSector
impl Copy for bankSector
Auto Trait Implementations§
impl Freeze for bankSector
impl RefUnwindSafe for bankSector
impl Send for bankSector
impl Sync for bankSector
impl Unpin for bankSector
impl UnwindSafe for bankSector
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