pub struct PresentationSize {
pub unit: PresentationSizeAssignmentSelectRef,
pub size: PlanarBoxRef,
}Fields§
§unit: PresentationSizeAssignmentSelectRef§size: PlanarBoxRefTrait Implementations§
Source§impl Clone for PresentationSize
impl Clone for PresentationSize
Source§fn clone(&self) -> PresentationSize
fn clone(&self) -> PresentationSize
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 moreSource§impl Debug for PresentationSize
impl Debug for PresentationSize
Source§impl PartialEq for PresentationSize
impl PartialEq for PresentationSize
Source§fn eq(&self, other: &PresentationSize) -> bool
fn eq(&self, other: &PresentationSize) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PresentationSize
Auto Trait Implementations§
impl Freeze for PresentationSize
impl RefUnwindSafe for PresentationSize
impl Send for PresentationSize
impl Sync for PresentationSize
impl Unpin for PresentationSize
impl UnsafeUnpin for PresentationSize
impl UnwindSafe for PresentationSize
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