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