pub struct HasSystemId(pub SystemId);Expand description
Marker for an entity with a defined MAVLink system ID.
Tuple Fields§
§0: SystemIdTrait Implementations§
Source§impl Clone for HasSystemId
impl Clone for HasSystemId
Source§fn clone(&self) -> HasSystemId
fn clone(&self) -> HasSystemId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HasSystemId
Source§impl Debug for HasSystemId
impl Debug for HasSystemId
impl MaybeSystemId for HasSystemId
Auto Trait Implementations§
impl Freeze for HasSystemId
impl RefUnwindSafe for HasSystemId
impl Send for HasSystemId
impl Sync for HasSystemId
impl Unpin for HasSystemId
impl UnsafeUnpin for HasSystemId
impl UnwindSafe for HasSystemId
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