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