pub struct Ch0statSetErrorCode(/* private fields */);Implementations§
Source§impl Ch0statSetErrorCode
impl Ch0statSetErrorCode
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 Ch0statSetErrorCode
impl Clone for Ch0statSetErrorCode
Source§fn clone(&self) -> Ch0statSetErrorCode
fn clone(&self) -> Ch0statSetErrorCode
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 Ch0statSetErrorCode
impl Debug for Ch0statSetErrorCode
Source§impl From<Ch0statSetErrorCode> for u8
impl From<Ch0statSetErrorCode> for u8
Source§fn from(val: Ch0statSetErrorCode) -> u8
fn from(val: Ch0statSetErrorCode) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ch0statSetErrorCode
impl From<u8> for Ch0statSetErrorCode
Source§fn from(val: u8) -> Ch0statSetErrorCode
fn from(val: u8) -> Ch0statSetErrorCode
Converts to this type from the input type.
Source§impl Ord for Ch0statSetErrorCode
impl Ord for Ch0statSetErrorCode
Source§fn cmp(&self, other: &Ch0statSetErrorCode) -> Ordering
fn cmp(&self, other: &Ch0statSetErrorCode) -> 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 Ch0statSetErrorCode
impl PartialEq for Ch0statSetErrorCode
Source§impl PartialOrd for Ch0statSetErrorCode
impl PartialOrd for Ch0statSetErrorCode
impl Copy for Ch0statSetErrorCode
impl Eq for Ch0statSetErrorCode
impl StructuralPartialEq for Ch0statSetErrorCode
Auto Trait Implementations§
impl Freeze for Ch0statSetErrorCode
impl RefUnwindSafe for Ch0statSetErrorCode
impl Send for Ch0statSetErrorCode
impl Sync for Ch0statSetErrorCode
impl Unpin for Ch0statSetErrorCode
impl UnwindSafe for Ch0statSetErrorCode
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