#[repr(C)]pub struct Union_sigval {
pub _bindgen_data_: [u64; 1],
}Fields§
§_bindgen_data_: [u64; 1]Implementations§
Trait Implementations§
Source§impl Clone for Union_sigval
impl Clone for Union_sigval
Source§impl Default for Union_sigval
impl Default for Union_sigval
impl Copy for Union_sigval
Auto Trait Implementations§
impl Freeze for Union_sigval
impl RefUnwindSafe for Union_sigval
impl Send for Union_sigval
impl Sync for Union_sigval
impl Unpin for Union_sigval
impl UnwindSafe for Union_sigval
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