Struct ui_sys::uiInitOptions [−][src]
#[repr(C)]pub struct uiInitOptions { pub Size: size_t, }
Fields
Size: size_t
Trait Implementations
impl Clone for uiInitOptions
[src]
impl Clone for uiInitOptions
fn clone(&self) -> uiInitOptions
[src]
fn clone(&self) -> uiInitOptions
Returns 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
Auto Trait Implementations
impl Send for uiInitOptions
impl Send for uiInitOptions
impl Sync for uiInitOptions
impl Sync for uiInitOptions