pub enum PresentationSetRefView<'m> {
PresentationSet(&'m PresentationSet),
Complex(&'m ComplexUnit),
}Variants§
PresentationSet(&'m PresentationSet)
Complex(&'m ComplexUnit)
Trait Implementations§
Source§impl<'m> Clone for PresentationSetRefView<'m>
impl<'m> Clone for PresentationSetRefView<'m>
Source§fn clone(&self) -> PresentationSetRefView<'m>
fn clone(&self) -> PresentationSetRefView<'m>
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<'m> Copy for PresentationSetRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for PresentationSetRefView<'m>
impl<'m> RefUnwindSafe for PresentationSetRefView<'m>
impl<'m> Send for PresentationSetRefView<'m>
impl<'m> Sync for PresentationSetRefView<'m>
impl<'m> Unpin for PresentationSetRefView<'m>
impl<'m> UnsafeUnpin for PresentationSetRefView<'m>
impl<'m> UnwindSafe for PresentationSetRefView<'m>
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