pub struct FPSetFileDirParms {
pub volume_id: u16,
pub directory_id: u32,
pub file_bitmap: FPFileBitmap,
pub path_type: PathType,
pub path: MacString,
pub params: Vec<u8>,
}Fields§
§volume_id: u16§directory_id: u32§file_bitmap: FPFileBitmapSingle bitmap governing both file and directory changes; common fields share bit positions.
path_type: PathType§path: MacString§params: Vec<u8>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FPSetFileDirParms
impl RefUnwindSafe for FPSetFileDirParms
impl Send for FPSetFileDirParms
impl Sync for FPSetFileDirParms
impl Unpin for FPSetFileDirParms
impl UnsafeUnpin for FPSetFileDirParms
impl UnwindSafe for FPSetFileDirParms
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