pub struct HwTransferTooLarge { /* private fields */ }Expand description
Payload for Error::HwTransferTooLarge.
The CPU-side cost of a hardware->CPU download, priced before it happens.
Implementations§
Trait Implementations§
Source§impl Clone for HwTransferTooLarge
impl Clone for HwTransferTooLarge
Source§fn clone(&self) -> HwTransferTooLarge
fn clone(&self) -> HwTransferTooLarge
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 HwTransferTooLarge
Source§impl Debug for HwTransferTooLarge
impl Debug for HwTransferTooLarge
Source§impl Display for HwTransferTooLarge
impl Display for HwTransferTooLarge
impl Eq for HwTransferTooLarge
Source§impl Error for HwTransferTooLarge
impl Error for HwTransferTooLarge
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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 From<HwTransferTooLarge> for Error
impl From<HwTransferTooLarge> for Error
Source§fn from(source: HwTransferTooLarge) -> Self
fn from(source: HwTransferTooLarge) -> Self
Converts to this type from the input type.
Source§impl PartialEq for HwTransferTooLarge
impl PartialEq for HwTransferTooLarge
impl StructuralPartialEq for HwTransferTooLarge
Auto Trait Implementations§
impl Freeze for HwTransferTooLarge
impl RefUnwindSafe for HwTransferTooLarge
impl Send for HwTransferTooLarge
impl Sync for HwTransferTooLarge
impl Unpin for HwTransferTooLarge
impl UnsafeUnpin for HwTransferTooLarge
impl UnwindSafe for HwTransferTooLarge
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