pub struct FeatureAck {
pub feature_id: u8,
pub data: Bytes,
}Expand description
Individual feature acknowledgment.
Fields§
§feature_id: u8Feature ID.
data: BytesFeature data.
Trait Implementations§
Source§impl Clone for FeatureAck
impl Clone for FeatureAck
Source§fn clone(&self) -> FeatureAck
fn clone(&self) -> FeatureAck
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 moreAuto Trait Implementations§
impl !Freeze for FeatureAck
impl RefUnwindSafe for FeatureAck
impl Send for FeatureAck
impl Sync for FeatureAck
impl Unpin for FeatureAck
impl UnwindSafe for FeatureAck
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