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