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