#[repr(i32)]pub enum DisplayBox {
MediaBox = 0,
CropBox = 1,
BleedBox = 2,
TrimBox = 3,
ArtBox = 4,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DisplayBox
impl Clone for DisplayBox
Source§fn clone(&self) -> DisplayBox
fn clone(&self) -> DisplayBox
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 DisplayBox
impl Debug for DisplayBox
Source§impl PartialEq for DisplayBox
impl PartialEq for DisplayBox
Source§fn eq(&self, other: &DisplayBox) -> bool
fn eq(&self, other: &DisplayBox) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DisplayBox
impl Eq for DisplayBox
impl StructuralPartialEq for DisplayBox
Auto Trait Implementations§
impl Freeze for DisplayBox
impl RefUnwindSafe for DisplayBox
impl Send for DisplayBox
impl Sync for DisplayBox
impl Unpin for DisplayBox
impl UnsafeUnpin for DisplayBox
impl UnwindSafe for DisplayBox
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