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