pub struct IncomingOffset { /* private fields */ }
Expand description
The current incoming ring state.
Implementations§
Trait Implementations§
Source§impl Clone for IncomingOffset
impl Clone for IncomingOffset
Source§fn clone(&self) -> IncomingOffset
fn clone(&self) -> IncomingOffset
Returns a copy 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 IncomingOffset
impl Debug for IncomingOffset
Auto Trait Implementations§
impl Freeze for IncomingOffset
impl RefUnwindSafe for IncomingOffset
impl Send for IncomingOffset
impl Sync for IncomingOffset
impl Unpin for IncomingOffset
impl UnwindSafe for IncomingOffset
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