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