pub struct SurfaceStyleRenderingWithPropertiesId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for SurfaceStyleRenderingWithPropertiesId
impl Clone for SurfaceStyleRenderingWithPropertiesId
Source§fn clone(&self) -> SurfaceStyleRenderingWithPropertiesId
fn clone(&self) -> SurfaceStyleRenderingWithPropertiesId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SurfaceStyleRenderingWithPropertiesId
impl Eq for SurfaceStyleRenderingWithPropertiesId
Source§impl PartialEq for SurfaceStyleRenderingWithPropertiesId
impl PartialEq for SurfaceStyleRenderingWithPropertiesId
Source§fn eq(&self, other: &SurfaceStyleRenderingWithPropertiesId) -> bool
fn eq(&self, other: &SurfaceStyleRenderingWithPropertiesId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SurfaceStyleRenderingWithPropertiesId
Auto Trait Implementations§
impl Freeze for SurfaceStyleRenderingWithPropertiesId
impl RefUnwindSafe for SurfaceStyleRenderingWithPropertiesId
impl Send for SurfaceStyleRenderingWithPropertiesId
impl Sync for SurfaceStyleRenderingWithPropertiesId
impl Unpin for SurfaceStyleRenderingWithPropertiesId
impl UnsafeUnpin for SurfaceStyleRenderingWithPropertiesId
impl UnwindSafe for SurfaceStyleRenderingWithPropertiesId
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