Struct drcode_rust::DrCode
source · pub struct DrCode { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for DrCode
impl RefUnwindSafe for DrCode
impl Send for DrCode
impl Sync for DrCode
impl Unpin for DrCode
impl UnwindSafe for DrCode
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