#[repr(C)]pub struct DRAWBOT_Exception {
pub _base: std_exception,
pub mErr: SPErr,
}Fields§
§_base: std_exception§mErr: SPErrTrait Implementations§
Auto Trait Implementations§
impl Freeze for DRAWBOT_Exception
impl RefUnwindSafe for DRAWBOT_Exception
impl !Send for DRAWBOT_Exception
impl !Sync for DRAWBOT_Exception
impl Unpin for DRAWBOT_Exception
impl UnwindSafe for DRAWBOT_Exception
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