pub struct MavMessageType<M: Message>(/* private fields */);
Expand description
Representation of the type of a specific MavMessage
Implementations§
Source§impl<M: Message> MavMessageType<M>
impl<M: Message> MavMessageType<M>
Sourcepub fn new(message: &M) -> MavMessageType<M>
pub fn new(message: &M) -> MavMessageType<M>
Trait Implementations§
Source§impl<M: Message> Hash for MavMessageType<M>
impl<M: Message> Hash for MavMessageType<M>
Source§impl<M: Message> PartialEq for MavMessageType<M>
impl<M: Message> PartialEq for MavMessageType<M>
impl<M: Message> Eq for MavMessageType<M>
Auto Trait Implementations§
impl<M> Freeze for MavMessageType<M>
impl<M> RefUnwindSafe for MavMessageType<M>
impl<M> Send for MavMessageType<M>
impl<M> Sync for MavMessageType<M>
impl<M> Unpin for MavMessageType<M>
impl<M> UnwindSafe for MavMessageType<M>
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