Struct midi2::error::BufferOverflow
source · pub struct BufferOverflow;Trait Implementations§
source§impl Clone for BufferOverflow
impl Clone for BufferOverflow
source§fn clone(&self) -> BufferOverflow
fn clone(&self) -> BufferOverflow
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 BufferOverflow
impl Debug for BufferOverflow
source§impl Default for BufferOverflow
impl Default for BufferOverflow
source§fn default() -> BufferOverflow
fn default() -> BufferOverflow
Returns the “default value” for a type. Read more
source§impl Display for BufferOverflow
impl Display for BufferOverflow
source§impl Error for BufferOverflow
impl Error for BufferOverflow
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq for BufferOverflow
impl PartialEq for BufferOverflow
source§fn eq(&self, other: &BufferOverflow) -> bool
fn eq(&self, other: &BufferOverflow) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for BufferOverflow
impl StructuralPartialEq for BufferOverflow
Auto Trait Implementations§
impl Freeze for BufferOverflow
impl RefUnwindSafe for BufferOverflow
impl Send for BufferOverflow
impl Sync for BufferOverflow
impl Unpin for BufferOverflow
impl UnwindSafe for BufferOverflow
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