#[repr(C)]pub struct KerningPairKey {
pub ascii_left: u32,
pub ascii_right: u32,
pub key: u32,
}Expand description
Fields§
§ascii_left: u32§ascii_right: u32§key: u32Implementations§
Source§impl KerningPairKey
impl KerningPairKey
pub fn ctor_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for KerningPairKey
impl ClassIdentity for KerningPairKey
Source§impl Clone for KerningPairKey
impl Clone for KerningPairKey
Source§fn clone(&self) -> KerningPairKey
fn clone(&self) -> KerningPairKey
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KerningPairKey
Auto Trait Implementations§
impl Freeze for KerningPairKey
impl RefUnwindSafe for KerningPairKey
impl Send for KerningPairKey
impl Sync for KerningPairKey
impl Unpin for KerningPairKey
impl UnwindSafe for KerningPairKey
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)