Struct freetype_sys::FT_Size_RequestRec
source · #[repr(C)]pub struct FT_Size_RequestRec {
pub size_request_type: FT_Size_Request_Type,
pub width: FT_Long,
pub height: FT_Long,
pub horiResolution: FT_UInt,
pub vertResolution: FT_UInt,
}
Fields§
§size_request_type: FT_Size_Request_Type
§width: FT_Long
§height: FT_Long
§horiResolution: FT_UInt
§vertResolution: FT_UInt
Trait Implementations§
source§impl Clone for FT_Size_RequestRec
impl Clone for FT_Size_RequestRec
source§fn clone(&self) -> FT_Size_RequestRec
fn clone(&self) -> FT_Size_RequestRec
Returns a copy 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 Debug for FT_Size_RequestRec
impl Debug for FT_Size_RequestRec
source§impl Hash for FT_Size_RequestRec
impl Hash for FT_Size_RequestRec
source§impl PartialEq for FT_Size_RequestRec
impl PartialEq for FT_Size_RequestRec
source§fn eq(&self, other: &FT_Size_RequestRec) -> bool
fn eq(&self, other: &FT_Size_RequestRec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FT_Size_RequestRec
impl Eq for FT_Size_RequestRec
impl StructuralPartialEq for FT_Size_RequestRec
Auto Trait Implementations§
impl Freeze for FT_Size_RequestRec
impl RefUnwindSafe for FT_Size_RequestRec
impl Send for FT_Size_RequestRec
impl Sync for FT_Size_RequestRec
impl Unpin for FT_Size_RequestRec
impl UnwindSafe for FT_Size_RequestRec
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