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