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.
source§impl From<u64> for FileAttributes
impl From<u64> for FileAttributes
source§impl PartialEq<FileAttributes> for FileAttributes
impl PartialEq<FileAttributes> for FileAttributes
source§fn eq(&self, other: &FileAttributes) -> bool
fn eq(&self, other: &FileAttributes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FileAttributes
impl Eq for FileAttributes
impl StructuralEq for FileAttributes
impl StructuralPartialEq for FileAttributes
Auto Trait Implementations§
impl RefUnwindSafe for FileAttributes
impl Send for FileAttributes
impl Sync for FileAttributes
impl Unpin for FileAttributes
impl UnwindSafe for FileAttributes
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