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]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<FT_Open_Args> for FT_Open_Args
[src]
fn eq(&self, other: &FT_Open_Args) -> bool
[src]
fn ne(&self, other: &FT_Open_Args) -> bool
[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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,