Struct freetype_sys::FT_LayerIterator
source · #[repr(C)]pub struct FT_LayerIterator {
pub num_layers: FT_UInt,
pub layer: FT_UInt,
pub p: *mut FT_Byte,
}
Fields§
§num_layers: FT_UInt
§layer: FT_UInt
§p: *mut FT_Byte
Trait Implementations§
source§impl Debug for FT_LayerIterator
impl Debug for FT_LayerIterator
source§impl Hash for FT_LayerIterator
impl Hash for FT_LayerIterator
source§impl PartialEq for FT_LayerIterator
impl PartialEq for FT_LayerIterator
source§fn eq(&self, other: &FT_LayerIterator) -> bool
fn eq(&self, other: &FT_LayerIterator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FT_LayerIterator
impl StructuralPartialEq for FT_LayerIterator
Auto Trait Implementations§
impl Freeze for FT_LayerIterator
impl RefUnwindSafe for FT_LayerIterator
impl !Send for FT_LayerIterator
impl !Sync for FT_LayerIterator
impl Unpin for FT_LayerIterator
impl UnwindSafe for FT_LayerIterator
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