Struct tartan_uefi::proto::FileAttributes
source · #[repr(transparent)]pub struct FileAttributes(_);
Expand description
Basic properties of a file or directory as defined by the FAT format.
Trait Implementations§
source§impl Bitfield<u64> for FileAttributes
impl Bitfield<u64> for FileAttributes
source§impl Clone for FileAttributes
impl Clone for FileAttributes
source§fn clone(&self) -> FileAttributes
fn clone(&self) -> FileAttributes
Returns a copy 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 FileAttributes
impl Debug for FileAttributes
source§impl Default for FileAttributes
impl Default for FileAttributes
source§fn default() -> FileAttributes
fn default() -> FileAttributes
Returns the “default value” for a type. Read more
source§impl From<FileAttributes> for u64
impl From<FileAttributes> for u64
source§fn from(val: FileAttributes) -> Self
fn from(val: FileAttributes) -> Self
Converts to this type from the input type.