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