Struct windows_sys::Data::Pdf::PdfPageRotation
[−]#[repr(transparent)]pub struct PdfPageRotation(pub i32);
Expand description
Required features: ‘Data_Pdf’
Tuple Fields
0: i32
Implementations
impl PdfPageRotation
impl PdfPageRotation
Trait Implementations
impl Clone for PdfPageRotation
impl Clone for PdfPageRotation
impl Copy for PdfPageRotation
Auto Trait Implementations
impl RefUnwindSafe for PdfPageRotation
impl Send for PdfPageRotation
impl Sync for PdfPageRotation
impl Unpin for PdfPageRotation
impl UnwindSafe for PdfPageRotation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more