#[repr(C)]pub struct fhandle {
pub fh_len: c_uint,
pub fh_data: [c_uchar; 128],
}Fields§
§fh_len: c_uint§fh_data: [c_uchar; 128]Trait 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