Fields
int_data: [c_uint; 4]
ptr_data: *mut c_void
Trait Implementations
impl Copy for CXToken
Auto Trait Implementations
impl RefUnwindSafe for CXToken
impl !Send for CXToken
impl !Sync for CXToken
impl Unpin for CXToken
impl UnwindSafe for CXToken
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more