Struct gdnative_core::object::bounds::RefImplBound
source · [−]pub struct RefImplBound { /* private fields */ }
Expand description
Struct to be used for various Ref
trait bounds.
Trait Implementations
impl SafeAsRaw<ManuallyManaged, Unique> for RefImplBound
impl<Own: Ownership> SafeAsRaw<RefCounted, Own> for RefImplBound
impl SafeDeref<ManuallyManaged, Unique> for RefImplBound
impl<Own: LocalThreadOwnership> SafeDeref<RefCounted, Own> for RefImplBound
Auto Trait Implementations
impl RefUnwindSafe for RefImplBound
impl Send for RefImplBound
impl Sync for RefImplBound
impl Unpin for RefImplBound
impl UnwindSafe for RefImplBound
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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