pub enum MitMode {
PositionVelocity = 0,
Mit = 173,
}Expand description
MIT 模式
Variants§
Trait Implementations§
impl Copy for MitMode
impl Eq for MitMode
impl StructuralPartialEq for MitMode
Auto Trait Implementations§
impl Freeze for MitMode
impl RefUnwindSafe for MitMode
impl Send for MitMode
impl Sync for MitMode
impl Unpin for MitMode
impl UnwindSafe for MitMode
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