#[repr(C)]pub struct TextGenerationError {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl TextGenerationError
impl TextGenerationError
pub fn none() -> Self
pub fn custom_size_on_non_dynamic_font() -> Self
pub fn custom_style_on_non_dynamic_font() -> Self
pub fn no_font() -> Self
Trait Implementations§
Source§impl ClassIdentity for TextGenerationError
impl ClassIdentity for TextGenerationError
Source§impl Clone for TextGenerationError
impl Clone for TextGenerationError
Source§fn clone(&self) -> TextGenerationError
fn clone(&self) -> TextGenerationError
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 TextGenerationError
impl Debug for TextGenerationError
Source§impl PartialEq for TextGenerationError
impl PartialEq for TextGenerationError
impl Copy for TextGenerationError
impl Eq for TextGenerationError
impl StructuralPartialEq for TextGenerationError
Auto Trait Implementations§
impl Freeze for TextGenerationError
impl RefUnwindSafe for TextGenerationError
impl Send for TextGenerationError
impl Sync for TextGenerationError
impl Unpin for TextGenerationError
impl UnwindSafe for TextGenerationError
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)