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