#[repr(C)]pub struct NK_SD_usage_data {
pub write_level_min: u8,
pub write_level_max: u8,
}Expand description
Data about the usage of the SD card.
Fields§
§write_level_min: u8The minimum write level, as a percentage of the total card size.
write_level_max: u8The maximum write level, as a percentage of the total card size.
Trait Implementations§
Source§impl Clone for NK_SD_usage_data
impl Clone for NK_SD_usage_data
Source§fn clone(&self) -> NK_SD_usage_data
fn clone(&self) -> NK_SD_usage_data
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 NK_SD_usage_data
impl Debug for NK_SD_usage_data
Source§impl Default for NK_SD_usage_data
impl Default for NK_SD_usage_data
Source§fn default() -> NK_SD_usage_data
fn default() -> NK_SD_usage_data
Returns the “default value” for a type. Read more
impl Copy for NK_SD_usage_data
Auto Trait Implementations§
impl Freeze for NK_SD_usage_data
impl RefUnwindSafe for NK_SD_usage_data
impl Send for NK_SD_usage_data
impl Sync for NK_SD_usage_data
impl Unpin for NK_SD_usage_data
impl UnwindSafe for NK_SD_usage_data
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