pub enum HardpointMounting {
Fixed,
Gimballed,
Turreted,
}
Variants§
Trait Implementations§
Source§impl Clone for HardpointMounting
impl Clone for HardpointMounting
Source§fn clone(&self) -> HardpointMounting
fn clone(&self) -> HardpointMounting
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HardpointMounting
impl Debug for HardpointMounting
Source§impl<'de> Deserialize<'de> for HardpointMounting
impl<'de> Deserialize<'de> for HardpointMounting
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for HardpointMounting
impl Display for HardpointMounting
Source§impl FromStr for HardpointMounting
impl FromStr for HardpointMounting
Source§impl PartialEq for HardpointMounting
impl PartialEq for HardpointMounting
Source§impl Serialize for HardpointMounting
impl Serialize for HardpointMounting
impl StructuralPartialEq for HardpointMounting
Auto Trait Implementations§
impl Freeze for HardpointMounting
impl RefUnwindSafe for HardpointMounting
impl Send for HardpointMounting
impl Sync for HardpointMounting
impl Unpin for HardpointMounting
impl UnwindSafe for HardpointMounting
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