#[repr(C)]pub struct BLFontFeature {
pub tag: BLTag,
pub value: u32,
}Fields§
§tag: BLTag§value: u32Trait Implementations§
Source§impl Clone for BLFontFeature
impl Clone for BLFontFeature
Source§fn clone(&self) -> BLFontFeature
fn clone(&self) -> BLFontFeature
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 BLFontFeature
Auto Trait Implementations§
impl Freeze for BLFontFeature
impl RefUnwindSafe for BLFontFeature
impl Send for BLFontFeature
impl Sync for BLFontFeature
impl Unpin for BLFontFeature
impl UnwindSafe for BLFontFeature
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