#[repr(C)]pub union UNOP_AUX_item {
pub pad_offset: PADOFFSET,
pub sv: *mut SV,
pub iv: IV,
pub uv: UV,
pub pv: *mut c_char,
pub ssize: isize,
}Fields§
§pad_offset: PADOFFSET§sv: *mut SV§iv: IV§uv: UV§pv: *mut c_char§ssize: isizeTrait Implementations§
Source§impl Clone for UNOP_AUX_item
impl Clone for UNOP_AUX_item
Source§fn clone(&self) -> UNOP_AUX_item
fn clone(&self) -> UNOP_AUX_item
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 UNOP_AUX_item
impl Debug for UNOP_AUX_item
impl Copy for UNOP_AUX_item
Auto Trait Implementations§
impl Freeze for UNOP_AUX_item
impl RefUnwindSafe for UNOP_AUX_item
impl !Send for UNOP_AUX_item
impl !Sync for UNOP_AUX_item
impl Unpin for UNOP_AUX_item
impl UnwindSafe for UNOP_AUX_item
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