#[repr(C)]pub struct _mjuiThemeSpacing {
pub total: c_int,
pub scroll: c_int,
pub label: c_int,
pub section: c_int,
pub itemside: c_int,
pub itemmid: c_int,
pub itemver: c_int,
pub texthor: c_int,
pub textver: c_int,
pub linescroll: c_int,
pub samples: c_int,
}Fields§
§total: c_int§scroll: c_int§label: c_int§section: c_int§itemside: c_int§itemmid: c_int§itemver: c_int§texthor: c_int§textver: c_int§linescroll: c_int§samples: c_intTrait Implementations§
Source§impl Clone for _mjuiThemeSpacing
impl Clone for _mjuiThemeSpacing
Source§fn clone(&self) -> _mjuiThemeSpacing
fn clone(&self) -> _mjuiThemeSpacing
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 _mjuiThemeSpacing
impl Debug for _mjuiThemeSpacing
Source§impl Default for _mjuiThemeSpacing
impl Default for _mjuiThemeSpacing
Source§fn default() -> _mjuiThemeSpacing
fn default() -> _mjuiThemeSpacing
Returns the “default value” for a type. Read more
impl Copy for _mjuiThemeSpacing
Auto Trait Implementations§
impl Freeze for _mjuiThemeSpacing
impl RefUnwindSafe for _mjuiThemeSpacing
impl Send for _mjuiThemeSpacing
impl Sync for _mjuiThemeSpacing
impl Unpin for _mjuiThemeSpacing
impl UnwindSafe for _mjuiThemeSpacing
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