#[repr(C)]pub struct CXToken {
pub int_data: [c_uint; 4],
pub ptr_data: *mut c_void,
}Fields§
§int_data: [c_uint; 4]§ptr_data: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl !Send for CXToken
impl !Sync for CXToken
impl Freeze for CXToken
impl RefUnwindSafe for CXToken
impl Unpin for CXToken
impl UnsafeUnpin for CXToken
impl UnwindSafe for CXToken
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