pub struct FSetStat {
pub id: u32,
pub handle: Uuid,
pub attrs: FileAttributes,
}Fields§
§id: u32§handle: Uuid§attrs: FileAttributesTrait Implementations§
Source§impl PayloadTrait for FSetStat
impl PayloadTrait for FSetStat
impl Eq for FSetStat
impl StructuralPartialEq for FSetStat
Auto Trait Implementations§
impl Freeze for FSetStat
impl RefUnwindSafe for FSetStat
impl Send for FSetStat
impl Sync for FSetStat
impl Unpin for FSetStat
impl UnwindSafe for FSetStat
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