pub struct Ch3statSetErrorCode(/* private fields */);Implementations§
Source§impl Ch3statSetErrorCode
impl Ch3statSetErrorCode
Sourcepub const NextChainIs0: Self
pub const NextChainIs0: Self
Error is signalled because the next pointer is 0x00000000.
Sourcepub const NoChain: Self
pub const NoChain: Self
Error is signalled because the semaphore is of a non-zero value and neither of the chain bits is set.
Sourcepub const ContextError: Self
pub const ContextError: Self
Error is signalled because an error was reported while reading/writing the context buffer.
Sourcepub const PayloadError: Self
pub const PayloadError: Self
Error is signalled because an error was reported while reading/writing the payload.
Sourcepub const InvalidMode: Self
pub const InvalidMode: Self
Error is signalled because the control packet specifies an invalid mode select (for example, blit + hash).
Trait Implementations§
Source§impl Clone for Ch3statSetErrorCode
impl Clone for Ch3statSetErrorCode
Source§fn clone(&self) -> Ch3statSetErrorCode
fn clone(&self) -> Ch3statSetErrorCode
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 Ch3statSetErrorCode
impl Debug for Ch3statSetErrorCode
Source§impl From<Ch3statSetErrorCode> for u8
impl From<Ch3statSetErrorCode> for u8
Source§fn from(val: Ch3statSetErrorCode) -> u8
fn from(val: Ch3statSetErrorCode) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ch3statSetErrorCode
impl From<u8> for Ch3statSetErrorCode
Source§fn from(val: u8) -> Ch3statSetErrorCode
fn from(val: u8) -> Ch3statSetErrorCode
Converts to this type from the input type.
Source§impl Ord for Ch3statSetErrorCode
impl Ord for Ch3statSetErrorCode
Source§fn cmp(&self, other: &Ch3statSetErrorCode) -> Ordering
fn cmp(&self, other: &Ch3statSetErrorCode) -> 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 Ch3statSetErrorCode
impl PartialEq for Ch3statSetErrorCode
Source§impl PartialOrd for Ch3statSetErrorCode
impl PartialOrd for Ch3statSetErrorCode
impl Copy for Ch3statSetErrorCode
impl Eq for Ch3statSetErrorCode
impl StructuralPartialEq for Ch3statSetErrorCode
Auto Trait Implementations§
impl Freeze for Ch3statSetErrorCode
impl RefUnwindSafe for Ch3statSetErrorCode
impl Send for Ch3statSetErrorCode
impl Sync for Ch3statSetErrorCode
impl Unpin for Ch3statSetErrorCode
impl UnwindSafe for Ch3statSetErrorCode
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