#[repr(C)]pub struct mtd_desc {
pub init: Option<unsafe extern "C" fn(_: *mut mtd_dev_t) -> c_int>,
pub read: Option<unsafe extern "C" fn(_: *mut mtd_dev_t, _: *mut c_void, _: uint32_t, _: uint32_t) -> c_int>,
pub read_page: Option<unsafe extern "C" fn(_: *mut mtd_dev_t, _: *mut c_void, _: uint32_t, _: uint32_t, _: uint32_t) -> c_int>,
pub write_page: Option<unsafe extern "C" fn(_: *mut mtd_dev_t, _: *const c_void, _: uint32_t, _: uint32_t, _: uint32_t) -> c_int>,
pub erase: Option<unsafe extern "C" fn(_: *mut mtd_dev_t, _: uint32_t, _: uint32_t) -> c_int>,
pub erase_sector: Option<unsafe extern "C" fn(_: *mut mtd_dev_t, _: uint32_t, _: uint32_t) -> c_int>,
pub power: Option<unsafe extern "C" fn(_: *mut mtd_dev_t, _: mtd_power_state) -> c_int>,
pub flags: uint8_t,
}
Fields§
§init: Option<unsafe extern "C" fn(_: *mut mtd_dev_t) -> c_int>
§read: Option<unsafe extern "C" fn(_: *mut mtd_dev_t, _: *mut c_void, _: uint32_t, _: uint32_t) -> c_int>
§read_page: Option<unsafe extern "C" fn(_: *mut mtd_dev_t, _: *mut c_void, _: uint32_t, _: uint32_t, _: uint32_t) -> c_int>
§write_page: Option<unsafe extern "C" fn(_: *mut mtd_dev_t, _: *const c_void, _: uint32_t, _: uint32_t, _: uint32_t) -> c_int>
§erase: Option<unsafe extern "C" fn(_: *mut mtd_dev_t, _: uint32_t, _: uint32_t) -> c_int>
§erase_sector: Option<unsafe extern "C" fn(_: *mut mtd_dev_t, _: uint32_t, _: uint32_t) -> c_int>
§power: Option<unsafe extern "C" fn(_: *mut mtd_dev_t, _: mtd_power_state) -> c_int>
§flags: uint8_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mtd_desc
impl RefUnwindSafe for mtd_desc
impl Send for mtd_desc
impl Sync for mtd_desc
impl Unpin for mtd_desc
impl UnwindSafe for mtd_desc
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes