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