#[repr(C)]pub enum HPDF_EncryptMode {
HPDF_ENCRYPT_R2 = 2,
HPDF_ENCRYPT_R3 = 3,
}
Variants§
Auto Trait Implementations§
impl Freeze for HPDF_EncryptMode
impl RefUnwindSafe for HPDF_EncryptMode
impl Send for HPDF_EncryptMode
impl Sync for HPDF_EncryptMode
impl Unpin for HPDF_EncryptMode
impl UnwindSafe for HPDF_EncryptMode
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