#[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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)