#[repr(C)]pub union lloff_t {
pub _f: offset_t,
pub _p: lloff_t__bindgen_ty_1,
}Fields§
§_f: offset_t§_p: lloff_t__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for lloff_t
impl RefUnwindSafe for lloff_t
impl Send for lloff_t
impl Sync for lloff_t
impl Unpin for lloff_t
impl UnwindSafe for lloff_t
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