pub struct SurfaceRenderingPropertiesId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for SurfaceRenderingPropertiesId
impl Clone for SurfaceRenderingPropertiesId
Source§fn clone(&self) -> SurfaceRenderingPropertiesId
fn clone(&self) -> SurfaceRenderingPropertiesId
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 SurfaceRenderingPropertiesId
Source§impl Debug for SurfaceRenderingPropertiesId
impl Debug for SurfaceRenderingPropertiesId
impl Eq for SurfaceRenderingPropertiesId
Source§impl Hash for SurfaceRenderingPropertiesId
impl Hash for SurfaceRenderingPropertiesId
Source§impl PartialEq for SurfaceRenderingPropertiesId
impl PartialEq for SurfaceRenderingPropertiesId
Source§fn eq(&self, other: &SurfaceRenderingPropertiesId) -> bool
fn eq(&self, other: &SurfaceRenderingPropertiesId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SurfaceRenderingPropertiesId
Auto Trait Implementations§
impl Freeze for SurfaceRenderingPropertiesId
impl RefUnwindSafe for SurfaceRenderingPropertiesId
impl Send for SurfaceRenderingPropertiesId
impl Sync for SurfaceRenderingPropertiesId
impl Unpin for SurfaceRenderingPropertiesId
impl UnsafeUnpin for SurfaceRenderingPropertiesId
impl UnwindSafe for SurfaceRenderingPropertiesId
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