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