#[repr(C)]pub struct Prestat {
pub tag: u8,
pub u: PrestatU,
}
Fields§
§tag: u8
§u: PrestatU
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Prestat
impl RefUnwindSafe for Prestat
impl Send for Prestat
impl Sync for Prestat
impl Unpin for Prestat
impl UnwindSafe for Prestat
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