#[repr(C)]pub struct fhandle {
pub fh_fsid: fsid_t,
pub fh_fid: fid,
}Fields§
§fh_fsid: fsid_t§fh_fid: fidTrait Implementations§
Auto Trait Implementations§
impl Freeze for fhandle
impl RefUnwindSafe for fhandle
impl Send for fhandle
impl Sync for fhandle
impl Unpin for fhandle
impl UnwindSafe for fhandle
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