#[repr(C)]
pub union u4cOrPointer {
pub num: u4c,
pub ptr: *mut c_void,
}
Fields§
§num: u4c
§ptr: *mut c_void
Trait Implementations§
Source§impl Clone for u4cOrPointer
impl Clone for u4cOrPointer
Source§fn clone(&self) -> u4cOrPointer
fn clone(&self) -> u4cOrPointer
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 Default for u4cOrPointer
impl Default for u4cOrPointer
impl Copy for u4cOrPointer
Auto Trait Implementations§
impl Freeze for u4cOrPointer
impl RefUnwindSafe for u4cOrPointer
impl !Send for u4cOrPointer
impl !Sync for u4cOrPointer
impl Unpin for u4cOrPointer
impl UnwindSafe for u4cOrPointer
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