pub struct ReplyWrite {
pub written: u32,
}
Expand description
write reply.
Fields§
§written: u32
the data written.
Trait Implementations§
Source§impl Clone for ReplyWrite
impl Clone for ReplyWrite
Source§fn clone(&self) -> ReplyWrite
fn clone(&self) -> ReplyWrite
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 ReplyWrite
impl Debug for ReplyWrite
Source§impl Hash for ReplyWrite
impl Hash for ReplyWrite
Source§impl Ord for ReplyWrite
impl Ord for ReplyWrite
Source§fn cmp(&self, other: &ReplyWrite) -> Ordering
fn cmp(&self, other: &ReplyWrite) -> 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 ReplyWrite
impl PartialEq for ReplyWrite
Source§impl PartialOrd for ReplyWrite
impl PartialOrd for ReplyWrite
impl Copy for ReplyWrite
impl Eq for ReplyWrite
impl StructuralPartialEq for ReplyWrite
Auto Trait Implementations§
impl Freeze for ReplyWrite
impl RefUnwindSafe for ReplyWrite
impl Send for ReplyWrite
impl Sync for ReplyWrite
impl Unpin for ReplyWrite
impl UnwindSafe for ReplyWrite
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