pub struct CxPlatformView {}
Trait Implementations§
Source§impl Clone for CxPlatformView
impl Clone for CxPlatformView
Source§fn clone(&self) -> CxPlatformView
fn clone(&self) -> CxPlatformView
Returns a copy 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 moreSource§impl Default for CxPlatformView
impl Default for CxPlatformView
Source§fn default() -> CxPlatformView
fn default() -> CxPlatformView
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CxPlatformView
impl RefUnwindSafe for CxPlatformView
impl Send for CxPlatformView
impl Sync for CxPlatformView
impl Unpin for CxPlatformView
impl UnwindSafe for CxPlatformView
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