#[repr(C)]pub enum GResourceError {
NotFound = 0,
Internal = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for GResourceError
impl RefUnwindSafe for GResourceError
impl Send for GResourceError
impl Sync for GResourceError
impl Unpin for GResourceError
impl UnwindSafe for GResourceError
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