pub struct PdfPage<'a>(/* private fields */);
Implementations§
Source§impl<'a> PdfPage<'a>
impl<'a> PdfPage<'a>
pub fn set_ignore_page_rotation_for_content( &self, ignore_page_rotation_for_content: bool, env: &mut JNIEnv<'a>, ) -> Result<&Self>
pub fn get_page_size(&self, env: &mut JNIEnv<'a>) -> Result<Rectangle<'a>>
pub fn get_page_size_with_rotation( &self, env: &mut JNIEnv<'a>, ) -> Result<Rectangle<'a>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PdfPage<'a>
impl<'a> RefUnwindSafe for PdfPage<'a>
impl<'a> Send for PdfPage<'a>where
'a: 'static,
impl<'a> Sync for PdfPage<'a>where
'a: 'static,
impl<'a> Unpin for PdfPage<'a>
impl<'a> UnwindSafe for PdfPage<'a>
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