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