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