pub struct SlaveTimeout {
pub direction: SlaveDirection,
pub count: usize,
pub buffer_status: SlaveBufferStatus,
}Fields§
§direction: SlaveDirection§count: usize§buffer_status: SlaveBufferStatusTrait Implementations§
Source§impl Clone for SlaveTimeout
impl Clone for SlaveTimeout
Source§fn clone(&self) -> SlaveTimeout
fn clone(&self) -> SlaveTimeout
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 SlaveTimeout
Source§impl Debug for SlaveTimeout
impl Debug for SlaveTimeout
impl Eq for SlaveTimeout
Source§impl PartialEq for SlaveTimeout
impl PartialEq for SlaveTimeout
Source§fn eq(&self, other: &SlaveTimeout) -> bool
fn eq(&self, other: &SlaveTimeout) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SlaveTimeout
Auto Trait Implementations§
impl Freeze for SlaveTimeout
impl RefUnwindSafe for SlaveTimeout
impl Send for SlaveTimeout
impl Sync for SlaveTimeout
impl Unpin for SlaveTimeout
impl UnsafeUnpin for SlaveTimeout
impl UnwindSafe for SlaveTimeout
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