#[repr(C)]pub struct ConvertConfig { /* private fields */ }
Implementations§
Source§impl ConvertConfig
impl ConvertConfig
pub fn set_global_alpha(&mut self, val: f32)
pub fn set_line_aa(&mut self, val: AntiAliasing)
pub fn set_shape_aa(&mut self, val: AntiAliasing)
pub fn set_circle_segment_count(&mut self, val: u32)
pub fn set_arc_segment_count(&mut self, val: u32)
pub fn set_curve_segment_count(&mut self, val: u32)
pub fn set_null(&mut self, val: DrawNullTexture)
pub fn set_vertex_layout(&mut self, val: &DrawVertexLayoutElements)
pub fn set_vertex_size(&mut self, val: Size)
Trait Implementations§
Source§impl AsMut<ConvertConfig> for nk_convert_config
impl AsMut<ConvertConfig> for nk_convert_config
Source§fn as_mut(&mut self) -> &mut ConvertConfig
fn as_mut(&mut self) -> &mut ConvertConfig
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<nk_convert_config> for ConvertConfig
impl AsMut<nk_convert_config> for ConvertConfig
Source§fn as_mut(&mut self) -> &mut nk_convert_config
fn as_mut(&mut self) -> &mut nk_convert_config
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<ConvertConfig> for nk_convert_config
impl AsRef<ConvertConfig> for nk_convert_config
Source§fn as_ref(&self) -> &ConvertConfig
fn as_ref(&self) -> &ConvertConfig
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<nk_convert_config> for ConvertConfig
impl AsRef<nk_convert_config> for ConvertConfig
Source§fn as_ref(&self) -> &nk_convert_config
fn as_ref(&self) -> &nk_convert_config
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ConvertConfig
impl Clone for ConvertConfig
Source§fn clone(&self) -> ConvertConfig
fn clone(&self) -> ConvertConfig
Returns a copy 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 ConvertConfig
impl RefUnwindSafe for ConvertConfig
impl !Send for ConvertConfig
impl !Sync for ConvertConfig
impl Unpin for ConvertConfig
impl UnwindSafe for ConvertConfig
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