#[repr(C)]pub struct fstHier {
pub htyp: c_uchar,
pub u: fstHier__bindgen_ty_1,
}Fields§
§htyp: c_uchar§u: fstHier__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for fstHier
impl RefUnwindSafe for fstHier
impl !Send for fstHier
impl !Sync for fstHier
impl Unpin for fstHier
impl UnsafeUnpin for fstHier
impl UnwindSafe for fstHier
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