Struct fontconfig_sys::struct__FcMatrix
source · #[repr(C)]pub struct struct__FcMatrix {
pub xx: c_double,
pub xy: c_double,
pub yx: c_double,
pub yy: c_double,
}
Fields§
§xx: c_double
§xy: c_double
§yx: c_double
§yy: c_double
Trait Implementations§
source§impl Clone for struct__FcMatrix
impl Clone for struct__FcMatrix
source§fn clone(&self) -> struct__FcMatrix
fn clone(&self) -> struct__FcMatrix
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for struct__FcMatrix
Auto Trait Implementations§
impl Freeze for struct__FcMatrix
impl RefUnwindSafe for struct__FcMatrix
impl Send for struct__FcMatrix
impl Sync for struct__FcMatrix
impl Unpin for struct__FcMatrix
impl UnwindSafe for struct__FcMatrix
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