Struct skia_bindings::std_atomic
source · #[repr(C)]pub struct std_atomic {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for std_atomic
impl Clone for std_atomic
source§fn clone(&self) -> std_atomic
fn clone(&self) -> std_atomic
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 Debug for std_atomic
impl Debug for std_atomic
impl Copy for std_atomic
Auto Trait Implementations§
impl RefUnwindSafe for std_atomic
impl Send for std_atomic
impl Sync for std_atomic
impl Unpin for std_atomic
impl UnwindSafe for std_atomic
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