#[repr(C)]pub struct FontRangeT {
pub start: u32,
pub n: u32,
}
Fields§
§start: u32
§n: u32
Trait Implementations§
Source§impl Clone for FontRangeT
impl Clone for FontRangeT
Source§fn clone(&self) -> FontRangeT
fn clone(&self) -> FontRangeT
Returns a duplicate 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 moreSource§impl Default for FontRangeT
impl Default for FontRangeT
Source§fn default() -> FontRangeT
fn default() -> FontRangeT
Returns the “default value” for a type. Read more
impl Copy for FontRangeT
Auto Trait Implementations§
impl Freeze for FontRangeT
impl RefUnwindSafe for FontRangeT
impl Send for FontRangeT
impl Sync for FontRangeT
impl Unpin for FontRangeT
impl UnwindSafe for FontRangeT
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