#[repr(C)]pub struct _mjuiSection {
pub name: [c_char; 40],
pub state: c_int,
pub modifier: c_int,
pub shortcut: c_int,
pub nitem: c_int,
pub item: [mjuiItem; 80],
pub rtitle: mjrRect,
pub rcontent: mjrRect,
}Fields§
§name: [c_char; 40]§state: c_int§modifier: c_int§shortcut: c_int§nitem: c_int§item: [mjuiItem; 80]§rtitle: mjrRect§rcontent: mjrRectTrait Implementations§
Source§impl Clone for _mjuiSection
impl Clone for _mjuiSection
Source§fn clone(&self) -> _mjuiSection
fn clone(&self) -> _mjuiSection
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 Default for _mjuiSection
impl Default for _mjuiSection
impl Copy for _mjuiSection
Auto Trait Implementations§
impl Freeze for _mjuiSection
impl RefUnwindSafe for _mjuiSection
impl !Send for _mjuiSection
impl !Sync for _mjuiSection
impl Unpin for _mjuiSection
impl UnwindSafe for _mjuiSection
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