#[repr(C)]pub struct _mjrRect {
pub left: c_int,
pub bottom: c_int,
pub width: c_int,
pub height: c_int,
}Fields§
§left: c_int§bottom: c_int§width: c_int§height: c_intTrait Implementations§
impl Copy for _mjrRect
Auto Trait Implementations§
impl Freeze for _mjrRect
impl RefUnwindSafe for _mjrRect
impl Send for _mjrRect
impl Sync for _mjrRect
impl Unpin for _mjrRect
impl UnwindSafe for _mjrRect
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