pub struct RelativeObstacleInfo {}
Fields§
§header: Header
§down: f32
§front: f32
§right: f32
§back: f32
§left: f32
§up: f32
§down_health: u8
§front_health: u8
§right_health: u8
§back_health: u8
§left_health: u8
§up_health: u8
§reserved: u8
Trait Implementations§
Source§impl Clone for RelativeObstacleInfo
impl Clone for RelativeObstacleInfo
Source§fn clone(&self) -> RelativeObstacleInfo
fn clone(&self) -> RelativeObstacleInfo
Returns a duplicate 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 RelativeObstacleInfo
impl Debug for RelativeObstacleInfo
Source§impl Default for RelativeObstacleInfo
impl Default for RelativeObstacleInfo
Source§impl<'de> Deserialize<'de> for RelativeObstacleInfo
impl<'de> Deserialize<'de> for RelativeObstacleInfo
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 PartialEq for RelativeObstacleInfo
impl PartialEq for RelativeObstacleInfo
Source§impl Serialize for RelativeObstacleInfo
impl Serialize for RelativeObstacleInfo
impl Message for RelativeObstacleInfo
impl StructuralPartialEq for RelativeObstacleInfo
Auto Trait Implementations§
impl Freeze for RelativeObstacleInfo
impl RefUnwindSafe for RelativeObstacleInfo
impl Send for RelativeObstacleInfo
impl Sync for RelativeObstacleInfo
impl Unpin for RelativeObstacleInfo
impl UnwindSafe for RelativeObstacleInfo
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