pub struct Ch1statClrErrorCode(/* private fields */);Implementations§
Source§impl Ch1statClrErrorCode
impl Ch1statClrErrorCode
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 when reading/writing the context buffer.
Sourcepub const PAYLOAD_ERROR: Self
pub const PAYLOAD_ERROR: Self
Error is signalled because an error was reported when 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 example, blit + hash).
Trait Implementations§
Source§impl Clone for Ch1statClrErrorCode
impl Clone for Ch1statClrErrorCode
Source§fn clone(&self) -> Ch1statClrErrorCode
fn clone(&self) -> Ch1statClrErrorCode
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 Ch1statClrErrorCode
impl Debug for Ch1statClrErrorCode
Source§impl From<Ch1statClrErrorCode> for u8
impl From<Ch1statClrErrorCode> for u8
Source§fn from(val: Ch1statClrErrorCode) -> u8
fn from(val: Ch1statClrErrorCode) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ch1statClrErrorCode
impl From<u8> for Ch1statClrErrorCode
Source§fn from(val: u8) -> Ch1statClrErrorCode
fn from(val: u8) -> Ch1statClrErrorCode
Converts to this type from the input type.
Source§impl Ord for Ch1statClrErrorCode
impl Ord for Ch1statClrErrorCode
Source§fn cmp(&self, other: &Ch1statClrErrorCode) -> Ordering
fn cmp(&self, other: &Ch1statClrErrorCode) -> 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 Ch1statClrErrorCode
impl PartialEq for Ch1statClrErrorCode
Source§impl PartialOrd for Ch1statClrErrorCode
impl PartialOrd for Ch1statClrErrorCode
impl Copy for Ch1statClrErrorCode
impl Eq for Ch1statClrErrorCode
impl StructuralPartialEq for Ch1statClrErrorCode
Auto Trait Implementations§
impl Freeze for Ch1statClrErrorCode
impl RefUnwindSafe for Ch1statClrErrorCode
impl Send for Ch1statClrErrorCode
impl Sync for Ch1statClrErrorCode
impl Unpin for Ch1statClrErrorCode
impl UnwindSafe for Ch1statClrErrorCode
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