#[repr(C)]pub struct _mjvOption {
pub label: c_int,
pub frame: c_int,
pub geomgroup: [mjtByte; 6],
pub sitegroup: [mjtByte; 6],
pub jointgroup: [mjtByte; 6],
pub tendongroup: [mjtByte; 6],
pub actuatorgroup: [mjtByte; 6],
pub flags: [mjtByte; 22],
}Fields§
§label: c_int§frame: c_int§geomgroup: [mjtByte; 6]§sitegroup: [mjtByte; 6]§jointgroup: [mjtByte; 6]§tendongroup: [mjtByte; 6]§actuatorgroup: [mjtByte; 6]§flags: [mjtByte; 22]Trait Implementations§
Source§impl Clone for _mjvOption
impl Clone for _mjvOption
Source§fn clone(&self) -> _mjvOption
fn clone(&self) -> _mjvOption
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 _mjvOption
impl Debug for _mjvOption
Source§impl Default for _mjvOption
impl Default for _mjvOption
Source§fn default() -> _mjvOption
fn default() -> _mjvOption
Returns the “default value” for a type. Read more
impl Copy for _mjvOption
Auto Trait Implementations§
impl Freeze for _mjvOption
impl RefUnwindSafe for _mjvOption
impl Send for _mjvOption
impl Sync for _mjvOption
impl Unpin for _mjvOption
impl UnwindSafe for _mjvOption
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