#[repr(C)]pub struct FT_Size_RequestRec_ {
pub type_: FT_Size_Request_Type,
pub width: FT_Long,
pub height: FT_Long,
pub horiResolution: FT_UInt,
pub vertResolution: FT_UInt,
}Fields§
§type_: FT_Size_Request_Type§width: FT_Long§height: FT_Long§horiResolution: FT_UInt§vertResolution: FT_UIntTrait Implementations§
Source§impl Clone for FT_Size_RequestRec_
impl Clone for FT_Size_RequestRec_
Source§impl Debug for FT_Size_RequestRec_
impl Debug for FT_Size_RequestRec_
impl Copy 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