pub struct MeshFlags(/* private fields */);Expand description
Mesh packet flags
Implementations§
Source§impl MeshFlags
impl MeshFlags
Sourcepub const ACK_REQUIRED: Self
pub const ACK_REQUIRED: Self
Message requires acknowledgment
Sourcepub const ROUTE_REQUEST: Self
pub const ROUTE_REQUEST: Self
Message is a route request
Sourcepub const ROUTE_REPLY: Self
pub const ROUTE_REPLY: Self
Message is a route reply
Trait Implementations§
impl Copy for MeshFlags
impl Eq for MeshFlags
impl StructuralPartialEq for MeshFlags
Auto Trait Implementations§
impl Freeze for MeshFlags
impl RefUnwindSafe for MeshFlags
impl Send for MeshFlags
impl Sync for MeshFlags
impl Unpin for MeshFlags
impl UnsafeUnpin for MeshFlags
impl UnwindSafe for MeshFlags
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