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