#[repr(C)]pub struct fsobj_id {
pub fid_objno: u_int32_t,
pub fid_generation: u_int32_t,
}Fields§
§fid_objno: u_int32_t§fid_generation: u_int32_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for fsobj_id
impl RefUnwindSafe for fsobj_id
impl Send for fsobj_id
impl Sync for fsobj_id
impl Unpin for fsobj_id
impl UnwindSafe for fsobj_id
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