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