pub struct InterruptContextTimeoutOrMaxSize {
pub max_len: usize,
/* private fields */
}Fields§
§max_len: usizeImplementations§
Trait Implementations§
Source§impl Clone for InterruptContextTimeoutOrMaxSize
impl Clone for InterruptContextTimeoutOrMaxSize
Source§fn clone(&self) -> InterruptContextTimeoutOrMaxSize
fn clone(&self) -> InterruptContextTimeoutOrMaxSize
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 Format for InterruptContextTimeoutOrMaxSizewhere
InterruptReceptionMode: Format,
impl Format for InterruptContextTimeoutOrMaxSizewhere
InterruptReceptionMode: Format,
impl Copy for InterruptContextTimeoutOrMaxSize
Auto Trait Implementations§
impl Freeze for InterruptContextTimeoutOrMaxSize
impl RefUnwindSafe for InterruptContextTimeoutOrMaxSize
impl Send for InterruptContextTimeoutOrMaxSize
impl Sync for InterruptContextTimeoutOrMaxSize
impl Unpin for InterruptContextTimeoutOrMaxSize
impl UnwindSafe for InterruptContextTimeoutOrMaxSize
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