#[repr(C)]pub struct xCharInfo {
pub leftSideBearing: INT16,
pub rightSideBearing: INT16,
pub characterWidth: INT16,
pub ascent: INT16,
pub descent: INT16,
pub attributes: CARD16,
}Fields
leftSideBearing: INT16rightSideBearing: INT16characterWidth: INT16ascent: INT16descent: INT16attributes: CARD16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for xCharInfo
impl Send for xCharInfo
impl Sync for xCharInfo
impl Unpin for xCharInfo
impl UnwindSafe for xCharInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more