Struct freetype_sys::FT_Open_Args [−][src]
Fields
flags: FT_UInt
memory_base: *const FT_Byte
memory_size: FT_Long
pathname: *mut FT_String
stream: FT_Stream
driver: FT_Module
num_params: FT_Int
params: *mut FT_Parameter
Trait Implementations
impl Debug for FT_Open_Args
[src][+]
impl Eq for FT_Open_Args
[src]
impl Hash for FT_Open_Args
[src][+]
impl PartialEq<FT_Open_Args> for FT_Open_Args
[src][+]
impl StructuralEq for FT_Open_Args
[src]
impl StructuralPartialEq for FT_Open_Args
[src]
Auto Trait Implementations
impl RefUnwindSafe for FT_Open_Args
impl !Send for FT_Open_Args
impl !Sync for FT_Open_Args
impl Unpin for FT_Open_Args
impl UnwindSafe for FT_Open_Args
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,