Struct libui_ng_sys::uiInitOptions
source · #[repr(C)]pub struct uiInitOptions {
pub Size: usize,
}Fields§
§Size: usizeTrait Implementations§
source§impl Clone for uiInitOptions
impl Clone for uiInitOptions
source§fn clone(&self) -> uiInitOptions
fn clone(&self) -> uiInitOptions
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 more