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