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