#[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_doubleTrait Implementations§
Source§impl Clone for Struct__FcMatrix
impl Clone for Struct__FcMatrix
Source§impl Default for Struct__FcMatrix
impl Default for Struct__FcMatrix
impl 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