#[repr(transparent)]pub struct SpatialLayerId(pub u16);Tuple Fields§
§0: u16Trait Implementations§
Source§impl Clone for SpatialLayerId
impl Clone for SpatialLayerId
Source§fn clone(&self) -> SpatialLayerId
fn clone(&self) -> SpatialLayerId
Returns a duplicate 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 SpatialLayerId
impl Debug for SpatialLayerId
Source§impl Default for SpatialLayerId
impl Default for SpatialLayerId
Source§fn default() -> SpatialLayerId
fn default() -> SpatialLayerId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SpatialLayerId
impl<'de> Deserialize<'de> for SpatialLayerId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for SpatialLayerId
impl Hash for SpatialLayerId
Source§impl Ord for SpatialLayerId
impl Ord for SpatialLayerId
Source§fn cmp(&self, other: &SpatialLayerId) -> Ordering
fn cmp(&self, other: &SpatialLayerId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SpatialLayerId
impl PartialEq for SpatialLayerId
Source§impl PartialOrd for SpatialLayerId
impl PartialOrd for SpatialLayerId
Source§impl Serialize for SpatialLayerId
impl Serialize for SpatialLayerId
impl Copy for SpatialLayerId
impl Eq for SpatialLayerId
impl StructuralPartialEq for SpatialLayerId
Auto Trait Implementations§
impl Freeze for SpatialLayerId
impl RefUnwindSafe for SpatialLayerId
impl Send for SpatialLayerId
impl Sync for SpatialLayerId
impl Unpin for SpatialLayerId
impl UnsafeUnpin for SpatialLayerId
impl UnwindSafe for SpatialLayerId
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