pub struct EndRequest {
pub cmap: u32,
}Fields§
§cmap: u32Implementations§
Trait Implementations§
Source§impl Clone for EndRequest
impl Clone for EndRequest
Source§fn clone(&self) -> EndRequest
fn clone(&self) -> EndRequest
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 moreSource§impl Debug for EndRequest
impl Debug for EndRequest
Source§impl Default for EndRequest
impl Default for EndRequest
Source§fn default() -> EndRequest
fn default() -> EndRequest
Returns the “default value” for a type. Read more
Source§impl Hash for EndRequest
impl Hash for EndRequest
Source§impl Ord for EndRequest
impl Ord for EndRequest
Source§fn cmp(&self, other: &EndRequest) -> Ordering
fn cmp(&self, other: &EndRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EndRequest
impl PartialEq for EndRequest
Source§impl PartialOrd for EndRequest
impl PartialOrd for EndRequest
Source§impl ReplyRequest for EndRequest
impl ReplyRequest for EndRequest
Source§impl Request for EndRequest
impl Request for EndRequest
impl Copy for EndRequest
impl Eq for EndRequest
impl StructuralPartialEq for EndRequest
Auto Trait Implementations§
impl Freeze for EndRequest
impl RefUnwindSafe for EndRequest
impl Send for EndRequest
impl Sync for EndRequest
impl Unpin for EndRequest
impl UnwindSafe for EndRequest
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