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