#[repr(u32)]pub enum RTCError {
NONE = 0,
UNKNOWN = 1,
INVALID_ARGUMENT = 2,
INVALID_OPERATION = 3,
OUT_OF_MEMORY = 4,
UNSUPPORTED_CPU = 5,
CANCELLED = 6,
}
Variants§
NONE = 0
UNKNOWN = 1
INVALID_ARGUMENT = 2
INVALID_OPERATION = 3
OUT_OF_MEMORY = 4
UNSUPPORTED_CPU = 5
CANCELLED = 6
Trait Implementations§
impl Copy for RTCError
impl Eq for RTCError
impl StructuralPartialEq for RTCError
Auto Trait Implementations§
impl Freeze for RTCError
impl RefUnwindSafe for RTCError
impl Send for RTCError
impl Sync for RTCError
impl Unpin for RTCError
impl UnwindSafe for RTCError
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