[][src]Struct nuklear::ConvertConfig

#[repr(C)]pub struct ConvertConfig { /* fields omitted */ }

Implementations

impl ConvertConfig[src]

pub fn set_global_alpha(&mut self, val: f32)[src]

pub fn set_line_aa(&mut self, val: AntiAliasing)[src]

pub fn set_shape_aa(&mut self, val: AntiAliasing)[src]

pub fn set_circle_segment_count(&mut self, val: u32)[src]

pub fn set_arc_segment_count(&mut self, val: u32)[src]

pub fn set_curve_segment_count(&mut self, val: u32)[src]

pub fn set_null(&mut self, val: DrawNullTexture)[src]

pub fn set_vertex_layout(&mut self, val: &DrawVertexLayoutElements)[src]

pub fn set_vertex_size(&mut self, val: Size)[src]

Trait Implementations

impl AsMut<ConvertConfig> for nk_convert_config[src]

impl AsMut<nk_convert_config> for ConvertConfig[src]

impl AsRef<ConvertConfig> for nk_convert_config[src]

impl AsRef<nk_convert_config> for ConvertConfig[src]

impl Clone for ConvertConfig[src]

impl Default for ConvertConfig[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.