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