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