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