Struct rusty_spine::c_interface::CMut
source · [−]pub struct CMut<P, T> { /* private fields */ }Implementations
sourceimpl<P: CRefValidate, T> CMut<P, T>
impl<P: CRefValidate, T> CMut<P, T>
Trait Implementations
Auto Trait Implementations
impl<P, T> RefUnwindSafe for CMut<P, T>where
P: RefUnwindSafe,
T: RefUnwindSafe,
impl<P, T> Send for CMut<P, T>where
P: Send,
T: Send,
impl<P, T> Sync for CMut<P, T>where
P: Sync,
T: Sync,
impl<P, T> Unpin for CMut<P, T>where
P: Unpin,
T: Unpin,
impl<P, T> UnwindSafe for CMut<P, T>where
P: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more