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