#[repr(C)]pub struct FT_Span {
    pub x: c_short,
    pub len: c_ushort,
    pub coverage: c_uchar,
}Fields§
§x: c_short§len: c_ushort§coverage: c_ucharTrait Implementations§
impl Copy for FT_Span
impl Eq for FT_Span
impl StructuralPartialEq for FT_Span
Auto Trait Implementations§
impl Freeze for FT_Span
impl RefUnwindSafe for FT_Span
impl Send for FT_Span
impl Sync for FT_Span
impl Unpin for FT_Span
impl UnwindSafe for FT_Span
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