#[repr(C)]pub struct FontEngineError {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl FontEngineError
impl FontEngineError
pub fn success() -> Self
pub fn invalid_file_path() -> Self
pub fn invalid_file_format() -> Self
pub fn invalid_file_structure() -> Self
pub fn invalid_file() -> Self
pub fn invalid_table() -> Self
pub fn invalid_glyph_index() -> Self
pub fn invalid_character_code() -> Self
pub fn invalid_pixel_size() -> Self
pub fn invalid_library() -> Self
pub fn invalid_face() -> Self
pub fn invalid_library_or_face() -> Self
pub fn atlas_generation_cancelled() -> Self
Trait Implementations§
Source§impl ClassIdentity for FontEngineError
impl ClassIdentity for FontEngineError
Source§impl Clone for FontEngineError
impl Clone for FontEngineError
Source§fn clone(&self) -> FontEngineError
fn clone(&self) -> FontEngineError
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FontEngineError
impl Debug for FontEngineError
Source§impl PartialEq for FontEngineError
impl PartialEq for FontEngineError
impl Copy for FontEngineError
impl Eq for FontEngineError
impl StructuralPartialEq for FontEngineError
Auto Trait Implementations§
impl Freeze for FontEngineError
impl RefUnwindSafe for FontEngineError
impl Send for FontEngineError
impl Sync for FontEngineError
impl Unpin for FontEngineError
impl UnwindSafe for FontEngineError
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)