#[repr(C)]pub struct _EM_VAL { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for _EM_VAL
impl RefUnwindSafe for _EM_VAL
impl Send for _EM_VAL
impl Sync for _EM_VAL
impl Unpin for _EM_VAL
impl UnwindSafe for _EM_VAL
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