#[repr(u8)]pub enum Deeppdf {
DEEPPDF_0 = 0,
DEEPPDF_1 = 1,
}Variants§
DEEPPDF_0 = 0
No deep powerdown wakeup since last time flag was cleared.
DEEPPDF_1 = 1
Deep powerdown was entered since the last time this flag was cleared. Write 1 to clear
Implementations§
Trait Implementations§
Source§impl Ord for Deeppdf
impl Ord for Deeppdf
Source§impl PartialOrd for Deeppdf
impl PartialOrd for Deeppdf
impl Copy for Deeppdf
impl Eq for Deeppdf
impl StructuralPartialEq for Deeppdf
Auto Trait Implementations§
impl Freeze for Deeppdf
impl RefUnwindSafe for Deeppdf
impl Send for Deeppdf
impl Sync for Deeppdf
impl Unpin for Deeppdf
impl UnwindSafe for Deeppdf
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