pub struct SpatialFrame {
pub header: SpatialFrameHeader,
pub payload: SpatialValue,
}Fields§
§header: SpatialFrameHeader§payload: SpatialValueTrait Implementations§
Source§impl Clone for SpatialFrame
impl Clone for SpatialFrame
Source§fn clone(&self) -> SpatialFrame
fn clone(&self) -> SpatialFrame
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 SpatialFrame
impl Debug for SpatialFrame
Source§impl<'de> Deserialize<'de> for SpatialFrame
impl<'de> Deserialize<'de> for SpatialFrame
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 SpatialFrame
impl PartialEq for SpatialFrame
Source§impl Serialize for SpatialFrame
impl Serialize for SpatialFrame
impl StructuralPartialEq for SpatialFrame
Auto Trait Implementations§
impl Freeze for SpatialFrame
impl RefUnwindSafe for SpatialFrame
impl Send for SpatialFrame
impl Sync for SpatialFrame
impl Unpin for SpatialFrame
impl UnwindSafe for SpatialFrame
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