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