#[repr(C)]
union sifields {
_align_pointer: *mut c_void,
sigchld: sifields_sigchld,
}
Fields§
§_align_pointer: *mut c_void
§sigchld: sifields_sigchld
Auto Trait Implementations§
impl Freeze for sifields
impl RefUnwindSafe for sifields
impl !Send for sifields
impl !Sync for sifields
impl Unpin for sifields
impl UnwindSafe for sifields
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