pub struct DofDesc {
pub locked: bool,
pub limit: Option<ConstraintLimit>,
pub motor: Option<ConstraintMotor>,
}Fields§
§locked: bool§limit: Option<ConstraintLimit>§motor: Option<ConstraintMotor>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DofDesc
impl RefUnwindSafe for DofDesc
impl Send for DofDesc
impl Sync for DofDesc
impl Unpin for DofDesc
impl UnsafeUnpin for DofDesc
impl UnwindSafe for DofDesc
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