Struct Charinfo
pub struct Charinfo {
pub left_side_bearing: i16,
pub right_side_bearing: i16,
pub character_width: i16,
pub ascent: i16,
pub descent: i16,
pub attributes: u16,
}
Fields§
§left_side_bearing: i16
§right_side_bearing: i16
§character_width: i16
§ascent: i16
§descent: i16
§attributes: u16
Trait Implementations§
impl Copy for Charinfo
Auto Trait Implementations§
impl Freeze for Charinfo
impl RefUnwindSafe for Charinfo
impl Send for Charinfo
impl Sync for Charinfo
impl Unpin for Charinfo
impl UnwindSafe for Charinfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> TryParseFd for Twhere
T: TryParse,
impl<T> TryParseFd for Twhere
T: TryParse,
§fn try_parse_fd<'a>(
value: &'a [u8],
_: &mut Vec<OwnedFd>,
) -> Result<(T, &'a [u8]), ParseError>
fn try_parse_fd<'a>( value: &'a [u8], _: &mut Vec<OwnedFd>, ) -> Result<(T, &'a [u8]), ParseError>
Try to parse the given values into an instance of this type. Read more