pub enum HardpointType {
FullSized,
Utility,
}
Variants§
Trait Implementations§
Source§impl Debug for HardpointType
impl Debug for HardpointType
Auto Trait Implementations§
impl Freeze for HardpointType
impl RefUnwindSafe for HardpointType
impl Send for HardpointType
impl Sync for HardpointType
impl Unpin for HardpointType
impl UnwindSafe for HardpointType
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