Union byondapi_sys::u4cOrPointer 
source · #[repr(C)]
pub union u4cOrPointer {
    pub num: u4c,
    pub ptr: *mut c_void,
}Fields§
§num: u4c§ptr: *mut c_voidTrait Implementations§
source§impl Clone for u4cOrPointer
 
impl Clone for u4cOrPointer
source§fn clone(&self) -> u4cOrPointer
 
fn clone(&self) -> u4cOrPointer
Returns a copy 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 moreimpl Copy for u4cOrPointer
Auto Trait Implementations§
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