#[repr(C)]pub struct BLFontMatrix {
pub __bindgen_anon_1: BLFontMatrix__bindgen_ty_1,
}Fields§
§__bindgen_anon_1: BLFontMatrix__bindgen_ty_1Trait Implementations§
Source§impl Clone for BLFontMatrix
impl Clone for BLFontMatrix
Source§fn clone(&self) -> BLFontMatrix
fn clone(&self) -> BLFontMatrix
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 BLFontMatrix
Auto Trait Implementations§
impl Freeze for BLFontMatrix
impl RefUnwindSafe for BLFontMatrix
impl Send for BLFontMatrix
impl Sync for BLFontMatrix
impl Unpin for BLFontMatrix
impl UnwindSafe for BLFontMatrix
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