Struct ManeuverWarningSeverity
#[repr(transparent)]pub struct ManeuverWarningSeverity(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for ManeuverWarningSeverity
impl Clone for ManeuverWarningSeverity
§fn clone(&self) -> ManeuverWarningSeverity
fn clone(&self) -> ManeuverWarningSeverity
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 more§impl Debug for ManeuverWarningSeverity
impl Debug for ManeuverWarningSeverity
§impl Default for ManeuverWarningSeverity
impl Default for ManeuverWarningSeverity
§fn default() -> ManeuverWarningSeverity
fn default() -> ManeuverWarningSeverity
Returns the “default value” for a type. Read more
§impl PartialEq for ManeuverWarningSeverity
impl PartialEq for ManeuverWarningSeverity
impl Copy for ManeuverWarningSeverity
impl Eq for ManeuverWarningSeverity
impl StructuralPartialEq for ManeuverWarningSeverity
Auto Trait Implementations§
impl Freeze for ManeuverWarningSeverity
impl RefUnwindSafe for ManeuverWarningSeverity
impl Send for ManeuverWarningSeverity
impl Sync for ManeuverWarningSeverity
impl Unpin for ManeuverWarningSeverity
impl UnwindSafe for ManeuverWarningSeverity
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