#[repr(C)]pub struct seg_t {
pub u: [seg_t__bindgen_ty_1; 8],
pub fill: [u32; 56],
}Fields§
§u: [seg_t__bindgen_ty_1; 8]§fill: [u32; 56]Trait Implementations§
Auto Trait Implementations§
impl Freeze for seg_t
impl RefUnwindSafe for seg_t
impl Send for seg_t
impl Sync for seg_t
impl Unpin for seg_t
impl UnwindSafe for seg_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