#[repr(C)]pub struct ErrorObj { /* private fields */ }
Expand description
error object
Trait Implementations§
Source§impl ObjectCore for ErrorObj
impl ObjectCore for ErrorObj
fn type_index() -> i32
Source§unsafe fn object_header_mut(this: &mut Self) -> &mut TVMFFIObject
unsafe fn object_header_mut(this: &mut Self) -> &mut TVMFFIObject
Return the object header
This function is implemented as a static function so Read more
Auto Trait Implementations§
impl !Freeze for ErrorObj
impl RefUnwindSafe for ErrorObj
impl !Send for ErrorObj
impl !Sync for ErrorObj
impl Unpin for ErrorObj
impl UnwindSafe for ErrorObj
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