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