#[repr(C)]pub struct msdfgen_MSDFGeneratorConfig {
pub _base: msdfgen_GeneratorConfig,
pub errorCorrection: msdfgen_ErrorCorrectionConfig,
}Expand description
The configuration of the multi-channel distance field generator algorithm.
Fields§
§_base: msdfgen_GeneratorConfig§errorCorrection: msdfgen_ErrorCorrectionConfigConfiguration of the error correction pass.
Trait Implementations§
Source§impl Clone for msdfgen_MSDFGeneratorConfig
impl Clone for msdfgen_MSDFGeneratorConfig
Source§fn clone(&self) -> msdfgen_MSDFGeneratorConfig
fn clone(&self) -> msdfgen_MSDFGeneratorConfig
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 moreSource§impl Debug for msdfgen_MSDFGeneratorConfig
impl Debug for msdfgen_MSDFGeneratorConfig
impl Copy for msdfgen_MSDFGeneratorConfig
Auto Trait Implementations§
impl Freeze for msdfgen_MSDFGeneratorConfig
impl RefUnwindSafe for msdfgen_MSDFGeneratorConfig
impl !Send for msdfgen_MSDFGeneratorConfig
impl !Sync for msdfgen_MSDFGeneratorConfig
impl Unpin for msdfgen_MSDFGeneratorConfig
impl UnwindSafe for msdfgen_MSDFGeneratorConfig
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