#[repr(u8)]pub enum CArcError {
AllocationError = 0,
}Expand description
Represents possible errors when working with CArc.
Variants§
AllocationError = 0
The underlying allocator returned an error.
Trait Implementations§
impl Copy for CArcError
impl Eq for CArcError
Source§impl From<Infallible> for CArcError
impl From<Infallible> for CArcError
Source§fn from(_: Infallible) -> Self
fn from(_: Infallible) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for CArcError
Auto Trait Implementations§
impl Freeze for CArcError
impl RefUnwindSafe for CArcError
impl Send for CArcError
impl Sync for CArcError
impl Unpin for CArcError
impl UnsafeUnpin for CArcError
impl UnwindSafe for CArcError
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