pub struct FilePathList {
pub file_path: FilePath,
pub hard_drive: EFIHardDrive,
}Expand description
Same structure as OptFilePathList, but we ensure that the file path list is a valid file path overall
Fields§
§file_path: FilePath§hard_drive: EFIHardDriveImplementations§
Trait Implementations§
Source§impl Clone for FilePathList
impl Clone for FilePathList
Source§fn clone(&self) -> FilePathList
fn clone(&self) -> FilePathList
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 FilePathList
impl Debug for FilePathList
Source§impl Display for FilePathList
impl Display for FilePathList
Source§impl PartialEq for FilePathList
impl PartialEq for FilePathList
impl StructuralPartialEq for FilePathList
Auto Trait Implementations§
impl Freeze for FilePathList
impl RefUnwindSafe for FilePathList
impl Send for FilePathList
impl Sync for FilePathList
impl Unpin for FilePathList
impl UnsafeUnpin for FilePathList
impl UnwindSafe for FilePathList
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