#[repr(transparent)]pub struct mjs_err(pub c_uchar);
Tuple Fields§
§0: c_uchar
Trait Implementations§
impl Copy for mjs_err
impl Eq for mjs_err
impl StructuralPartialEq for mjs_err
Auto Trait Implementations§
impl Freeze for mjs_err
impl RefUnwindSafe for mjs_err
impl Send for mjs_err
impl Sync for mjs_err
impl Unpin for mjs_err
impl UnwindSafe for mjs_err
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