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