#[repr(C)]pub struct BLFontTable {
pub data: *const u8,
pub size: usize,
}Fields§
§data: *const u8§size: usizeTrait Implementations§
Source§impl Clone for BLFontTable
impl Clone for BLFontTable
Source§fn clone(&self) -> BLFontTable
fn clone(&self) -> BLFontTable
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 BLFontTable
Auto Trait Implementations§
impl Freeze for BLFontTable
impl RefUnwindSafe for BLFontTable
impl !Send for BLFontTable
impl !Sync for BLFontTable
impl Unpin for BLFontTable
impl UnwindSafe for BLFontTable
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