#[repr(C, align(8))]pub struct fz_context {
pub _bindgen_opaque_blob: [u64; 7553],
}Fields§
§_bindgen_opaque_blob: [u64; 7553]Auto Trait Implementations§
impl Freeze for fz_context
impl RefUnwindSafe for fz_context
impl Send for fz_context
impl Sync for fz_context
impl Unpin for fz_context
impl UnwindSafe for fz_context
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