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