Struct PdfPageRotation
#[repr(transparent)]pub struct PdfPageRotation(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for PdfPageRotation
impl Clone for PdfPageRotation
§fn clone(&self) -> PdfPageRotation
fn clone(&self) -> PdfPageRotation
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PdfPageRotation
impl Debug for PdfPageRotation
§impl Default for PdfPageRotation
impl Default for PdfPageRotation
§fn default() -> PdfPageRotation
fn default() -> PdfPageRotation
Returns the “default value” for a type. Read more
§impl PartialEq for PdfPageRotation
impl PartialEq for PdfPageRotation
impl Copy for PdfPageRotation
impl Eq for PdfPageRotation
impl StructuralPartialEq for PdfPageRotation
Auto Trait Implementations§
impl Freeze for PdfPageRotation
impl RefUnwindSafe for PdfPageRotation
impl Send for PdfPageRotation
impl Sync for PdfPageRotation
impl Unpin for PdfPageRotation
impl UnwindSafe for PdfPageRotation
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