#[repr(C)]pub struct EntityContextO { /* private fields */ }Trait Implementations§
Source§impl Clone for EntityContextO
impl Clone for EntityContextO
Source§fn clone(&self) -> EntityContextO
fn clone(&self) -> EntityContextO
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EntityContextO
Auto Trait Implementations§
impl Freeze for EntityContextO
impl RefUnwindSafe for EntityContextO
impl Send for EntityContextO
impl Sync for EntityContextO
impl Unpin for EntityContextO
impl UnwindSafe for EntityContextO
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