#[repr(C)]pub struct nk_convert_config {
pub global_alpha: f32,
pub line_AA: nk_anti_aliasing,
pub shape_AA: nk_anti_aliasing,
pub circle_segment_count: c_uint,
pub arc_segment_count: c_uint,
pub curve_segment_count: c_uint,
pub null: nk_draw_null_texture,
pub vertex_layout: *const nk_draw_vertex_layout_element,
pub vertex_size: nk_size,
pub vertex_alignment: nk_size,
}Fields§
§global_alpha: f32§line_AA: nk_anti_aliasing§shape_AA: nk_anti_aliasing§circle_segment_count: c_uint§arc_segment_count: c_uint§curve_segment_count: c_uint§null: nk_draw_null_texture§vertex_layout: *const nk_draw_vertex_layout_element§vertex_size: nk_size§vertex_alignment: nk_sizeTrait Implementations§
Source§impl Clone for nk_convert_config
impl Clone for nk_convert_config
Source§fn clone(&self) -> nk_convert_config
fn clone(&self) -> nk_convert_config
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 nk_convert_config
impl Debug for nk_convert_config
Source§impl Default for nk_convert_config
impl Default for nk_convert_config
impl Copy for nk_convert_config
Auto Trait Implementations§
impl Freeze for nk_convert_config
impl RefUnwindSafe for nk_convert_config
impl !Send for nk_convert_config
impl !Sync for nk_convert_config
impl Unpin for nk_convert_config
impl UnwindSafe for nk_convert_config
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