#[repr(C)]pub struct Struct_Unnamed52 {
pub si_pid: __pid_t,
pub si_uid: __uid_t,
pub si_sigval: sigval_t,
}Fields§
§si_pid: __pid_t§si_uid: __uid_t§si_sigval: sigval_tTrait Implementations§
Source§impl Clone for Struct_Unnamed52
impl Clone for Struct_Unnamed52
Source§impl Default for Struct_Unnamed52
impl Default for Struct_Unnamed52
impl Copy for Struct_Unnamed52
Auto Trait Implementations§
impl Freeze for Struct_Unnamed52
impl RefUnwindSafe for Struct_Unnamed52
impl Send for Struct_Unnamed52
impl Sync for Struct_Unnamed52
impl Unpin for Struct_Unnamed52
impl UnwindSafe for Struct_Unnamed52
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