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