pub struct Ch0statTogErrorCode(/* private fields */);Implementations§
Source§impl Ch0statTogErrorCode
impl Ch0statTogErrorCode
Sourcepub const NEXT_CHAIN_IS_0: Self
pub const NEXT_CHAIN_IS_0: Self
Error signalled because the next pointer is 0x00000000
Sourcepub const NO_CHAIN: Self
pub const NO_CHAIN: Self
Error signalled because the semaphore is non-zero and neither chain bit is set
Sourcepub const CONTEXT_ERROR: Self
pub const CONTEXT_ERROR: Self
Error signalled because an error is reported reading/writing the context buffer
Sourcepub const PAYLOAD_ERROR: Self
pub const PAYLOAD_ERROR: Self
Error signalled because an error is reported reading/writing the payload
Sourcepub const INVALID_MODE: Self
pub const INVALID_MODE: Self
Error signalled because the control packet specifies an invalid mode select (for instance, blit + hash)
Trait Implementations§
Source§impl Clone for Ch0statTogErrorCode
impl Clone for Ch0statTogErrorCode
Source§fn clone(&self) -> Ch0statTogErrorCode
fn clone(&self) -> Ch0statTogErrorCode
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 Debug for Ch0statTogErrorCode
impl Debug for Ch0statTogErrorCode
Source§impl From<Ch0statTogErrorCode> for u8
impl From<Ch0statTogErrorCode> for u8
Source§fn from(val: Ch0statTogErrorCode) -> u8
fn from(val: Ch0statTogErrorCode) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ch0statTogErrorCode
impl From<u8> for Ch0statTogErrorCode
Source§fn from(val: u8) -> Ch0statTogErrorCode
fn from(val: u8) -> Ch0statTogErrorCode
Converts to this type from the input type.
Source§impl Ord for Ch0statTogErrorCode
impl Ord for Ch0statTogErrorCode
Source§fn cmp(&self, other: &Ch0statTogErrorCode) -> Ordering
fn cmp(&self, other: &Ch0statTogErrorCode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Ch0statTogErrorCode
impl PartialEq for Ch0statTogErrorCode
Source§impl PartialOrd for Ch0statTogErrorCode
impl PartialOrd for Ch0statTogErrorCode
impl Copy for Ch0statTogErrorCode
impl Eq for Ch0statTogErrorCode
impl StructuralPartialEq for Ch0statTogErrorCode
Auto Trait Implementations§
impl Freeze for Ch0statTogErrorCode
impl RefUnwindSafe for Ch0statTogErrorCode
impl Send for Ch0statTogErrorCode
impl Sync for Ch0statTogErrorCode
impl Unpin for Ch0statTogErrorCode
impl UnwindSafe for Ch0statTogErrorCode
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