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