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