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