#[repr(C)]pub struct FS_DirectoryEntry {
pub name: [u16_; 262],
pub shortName: [c_char; 10],
pub shortExt: [c_char; 4],
pub valid: u8_,
pub reserved: u8_,
pub attributes: u32_,
pub fileSize: u64_,
}Expand description
Directory entry.
Fields§
§name: [u16_; 262]< UTF-16 directory name.
shortName: [c_char; 10]< File name.
shortExt: [c_char; 4]< File extension.
valid: u8_< Valid flag. (Always 1)
reserved: u8_< Reserved.
attributes: u32_< Attributes.
fileSize: u64_< File size.
Trait Implementations§
Source§impl Clone for FS_DirectoryEntry
impl Clone for FS_DirectoryEntry
Source§fn clone(&self) -> FS_DirectoryEntry
fn clone(&self) -> FS_DirectoryEntry
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FS_DirectoryEntry
impl Debug for FS_DirectoryEntry
Source§impl Default for FS_DirectoryEntry
impl Default for FS_DirectoryEntry
impl Copy for FS_DirectoryEntry
Auto Trait Implementations§
impl Freeze for FS_DirectoryEntry
impl RefUnwindSafe for FS_DirectoryEntry
impl Send for FS_DirectoryEntry
impl Sync for FS_DirectoryEntry
impl Unpin for FS_DirectoryEntry
impl UnwindSafe for FS_DirectoryEntry
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)