pub struct VelloRendererOptions {
pub features: Option<Features>,
pub limits: Option<Limits>,
pub base_color: Color,
pub antialiasing_method: AaConfig,
}Fields§
§features: Option<Features>§limits: Option<Limits>§base_color: Color§antialiasing_method: AaConfigTrait Implementations§
Source§impl Clone for VelloRendererOptions
impl Clone for VelloRendererOptions
Source§fn clone(&self) -> VelloRendererOptions
fn clone(&self) -> VelloRendererOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VelloRendererOptions
impl RefUnwindSafe for VelloRendererOptions
impl Send for VelloRendererOptions
impl Sync for VelloRendererOptions
impl Unpin for VelloRendererOptions
impl UnwindSafe for VelloRendererOptions
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