Struct flipperzero_sys::SDInfo
source · [−]#[repr(C)]pub struct SDInfo {
pub fs_type: SDFsType,
pub kb_total: u32,
pub kb_free: u32,
pub cluster_size: u16,
pub sector_size: u16,
pub label: [c_char; 34],
pub error: FS_Error,
}Fields
fs_type: SDFsTypekb_total: u32kb_free: u32cluster_size: u16sector_size: u16label: [c_char; 34]error: FS_ErrorTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SDInfo
impl Send for SDInfo
impl Sync for SDInfo
impl Unpin for SDInfo
impl UnwindSafe for SDInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more