Struct libghost::DriveMotorAttributes
source · pub struct DriveMotorAttributes {
pub ratio: f32,
pub wheel_size: f32,
}Fields§
§ratio: f32§wheel_size: f32Auto Trait Implementations§
impl RefUnwindSafe for DriveMotorAttributes
impl Send for DriveMotorAttributes
impl Sync for DriveMotorAttributes
impl Unpin for DriveMotorAttributes
impl UnwindSafe for DriveMotorAttributes
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