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