pub struct SendMessageResult {
pub bytes_sent: usize,
}Expand description
Résultat de sendmsg(2).
Fields§
§bytes_sent: usizeNombre d’octets effectivement envoyés.
Trait Implementations§
Source§impl Clone for SendMessageResult
impl Clone for SendMessageResult
Source§fn clone(&self) -> SendMessageResult
fn clone(&self) -> SendMessageResult
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 moreimpl Copy for SendMessageResult
Auto Trait Implementations§
impl Freeze for SendMessageResult
impl RefUnwindSafe for SendMessageResult
impl Send for SendMessageResult
impl Sync for SendMessageResult
impl Unpin for SendMessageResult
impl UnsafeUnpin for SendMessageResult
impl UnwindSafe for SendMessageResult
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