#[repr(C)]pub struct PRIM {
pub data: *mut c_void,
}Expand description
Structs
Fields§
§data: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for PRIM
impl RefUnwindSafe for PRIM
impl !Send for PRIM
impl !Sync for PRIM
impl Unpin for PRIM
impl UnwindSafe for PRIM
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