pub struct FPCreateFile {
pub create_flag: CreateFlag,
pub volume_id: u16,
pub directory_id: u32,
pub path_type: PathType,
pub path: MacString,
}Fields§
§create_flag: CreateFlag§volume_id: u16§directory_id: u32§path_type: PathType§path: MacStringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FPCreateFile
impl RefUnwindSafe for FPCreateFile
impl Send for FPCreateFile
impl Sync for FPCreateFile
impl Unpin for FPCreateFile
impl UnsafeUnpin for FPCreateFile
impl UnwindSafe for FPCreateFile
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