#[repr(C)]pub struct BLFontFaceCore {
pub impl_: *mut BLFontFaceImpl,
}Fields§
§impl_: *mut BLFontFaceImplTrait Implementations§
Source§impl Clone for BLFontFaceCore
impl Clone for BLFontFaceCore
Source§fn clone(&self) -> BLFontFaceCore
fn clone(&self) -> BLFontFaceCore
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 BLFontFaceCore
Auto Trait Implementations§
impl Freeze for BLFontFaceCore
impl RefUnwindSafe for BLFontFaceCore
impl !Send for BLFontFaceCore
impl !Sync for BLFontFaceCore
impl Unpin for BLFontFaceCore
impl UnwindSafe for BLFontFaceCore
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