#[repr(C)]pub struct uiInitOptions {
pub Size: usize,
}
Fields§
§Size: usize
Trait Implementations§
Source§impl Clone for uiInitOptions
impl Clone for uiInitOptions
Source§fn clone(&self) -> uiInitOptions
fn clone(&self) -> uiInitOptions
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 uiInitOptions
impl Debug for uiInitOptions
impl Copy for uiInitOptions
Auto Trait Implementations§
impl Freeze for uiInitOptions
impl RefUnwindSafe for uiInitOptions
impl Send for uiInitOptions
impl Sync for uiInitOptions
impl Unpin for uiInitOptions
impl UnwindSafe for uiInitOptions
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