#[repr(C)]pub struct fid {
pub fid_len: c_ushort,
pub fid_data0: c_ushort,
pub fid_data: [c_char; 16],
}Fields§
§fid_len: c_ushort§fid_data0: c_ushort§fid_data: [c_char; 16]Trait Implementations§
Auto Trait Implementations§
impl Freeze for fid
impl RefUnwindSafe for fid
impl Send for fid
impl Sync for fid
impl Unpin for fid
impl UnwindSafe for fid
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