pub struct NnrpCancel {
pub frame_id: u32,
}Fields§
§frame_id: u32Trait Implementations§
Source§impl Clone for NnrpCancel
impl Clone for NnrpCancel
Source§fn clone(&self) -> NnrpCancel
fn clone(&self) -> NnrpCancel
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 moreSource§impl Debug for NnrpCancel
impl Debug for NnrpCancel
Source§impl PartialEq for NnrpCancel
impl PartialEq for NnrpCancel
Source§fn eq(&self, other: &NnrpCancel) -> bool
fn eq(&self, other: &NnrpCancel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for NnrpCancel
impl Eq for NnrpCancel
impl StructuralPartialEq for NnrpCancel
Auto Trait Implementations§
impl Freeze for NnrpCancel
impl RefUnwindSafe for NnrpCancel
impl Send for NnrpCancel
impl Sync for NnrpCancel
impl Unpin for NnrpCancel
impl UnsafeUnpin for NnrpCancel
impl UnwindSafe for NnrpCancel
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