#[repr(C)]pub struct so_np_extensions {
pub npx_flags: u_int32_t,
pub npx_mask: u_int32_t,
}Fields§
§npx_flags: u_int32_t§npx_mask: u_int32_tTrait Implementations§
Source§impl Clone for so_np_extensions
impl Clone for so_np_extensions
Source§fn clone(&self) -> so_np_extensions
fn clone(&self) -> so_np_extensions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for so_np_extensions
impl Debug for so_np_extensions
Source§impl Default for so_np_extensions
impl Default for so_np_extensions
Source§fn default() -> so_np_extensions
fn default() -> so_np_extensions
Returns the “default value” for a type. Read more
impl Copy for so_np_extensions
Auto Trait Implementations§
impl Freeze for so_np_extensions
impl RefUnwindSafe for so_np_extensions
impl Send for so_np_extensions
impl Sync for so_np_extensions
impl Unpin for so_np_extensions
impl UnsafeUnpin for so_np_extensions
impl UnwindSafe for so_np_extensions
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