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