Struct nuklear::ConvertConfig [−][src]
#[repr(C)]pub struct ConvertConfig { /* fields omitted */ }
Methods
impl ConvertConfig[src]
impl ConvertConfigpub fn set_global_alpha(&mut self, val: f32)[src]
pub fn set_global_alpha(&mut self, val: f32)pub fn set_line_aa(&mut self, val: AntiAliasing)[src]
pub fn set_line_aa(&mut self, val: AntiAliasing)pub fn set_shape_aa(&mut self, val: AntiAliasing)[src]
pub fn set_shape_aa(&mut self, val: AntiAliasing)pub fn set_circle_segment_count(&mut self, val: u32)[src]
pub fn set_circle_segment_count(&mut self, val: u32)pub fn set_arc_segment_count(&mut self, val: u32)[src]
pub fn set_arc_segment_count(&mut self, val: u32)pub fn set_curve_segment_count(&mut self, val: u32)[src]
pub fn set_curve_segment_count(&mut self, val: u32)pub fn set_null(&mut self, val: DrawNullTexture)[src]
pub fn set_null(&mut self, val: DrawNullTexture)pub fn set_vertex_layout(&mut self, val: &DrawVertexLayoutElements)[src]
pub fn set_vertex_layout(&mut self, val: &DrawVertexLayoutElements)pub fn set_vertex_size(&mut self, val: usize)[src]
pub fn set_vertex_size(&mut self, val: usize)Trait Implementations
impl Clone for ConvertConfig[src]
impl Clone for ConvertConfigfn clone(&self) -> ConvertConfig[src]
fn clone(&self) -> ConvertConfigReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ConvertConfig[src]
impl Debug for ConvertConfigfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl AsRef<nk_convert_config> for ConvertConfig[src]
impl AsRef<nk_convert_config> for ConvertConfigfn as_ref(&self) -> &nk_convert_config[src]
fn as_ref(&self) -> &nk_convert_configPerforms the conversion.
impl AsMut<nk_convert_config> for ConvertConfig[src]
impl AsMut<nk_convert_config> for ConvertConfigfn as_mut(&mut self) -> &mut nk_convert_config[src]
fn as_mut(&mut self) -> &mut nk_convert_configPerforms the conversion.
impl AsRef<ConvertConfig> for nk_convert_config[src]
impl AsRef<ConvertConfig> for nk_convert_configfn as_ref(&self) -> &ConvertConfig[src]
fn as_ref(&self) -> &ConvertConfigPerforms the conversion.
impl AsMut<ConvertConfig> for nk_convert_config[src]
impl AsMut<ConvertConfig> for nk_convert_configfn as_mut(&mut self) -> &mut ConvertConfig[src]
fn as_mut(&mut self) -> &mut ConvertConfigPerforms the conversion.
impl Default for ConvertConfig[src]
impl Default for ConvertConfigAuto Trait Implementations
impl !Send for ConvertConfig
impl !Send for ConvertConfigimpl !Sync for ConvertConfig
impl !Sync for ConvertConfig