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