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