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