pub struct RasterOptions {
pub size_26_6: i32,
pub hinting: Hinting,
}Fields§
§size_26_6: i32§hinting: HintingTrait Implementations§
Source§impl Clone for RasterOptions
impl Clone for RasterOptions
Source§fn clone(&self) -> RasterOptions
fn clone(&self) -> RasterOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RasterOptions
impl Debug for RasterOptions
Source§impl Default for RasterOptions
impl Default for RasterOptions
Source§impl PartialEq for RasterOptions
impl PartialEq for RasterOptions
Source§fn eq(&self, other: &RasterOptions) -> bool
fn eq(&self, other: &RasterOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RasterOptions
impl Eq for RasterOptions
impl StructuralPartialEq for RasterOptions
Auto Trait Implementations§
impl Freeze for RasterOptions
impl RefUnwindSafe for RasterOptions
impl Send for RasterOptions
impl Sync for RasterOptions
impl Unpin for RasterOptions
impl UnsafeUnpin for RasterOptions
impl UnwindSafe for RasterOptions
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