#[repr(C)]pub enum _HPDF_NameDictKey {
HPDF_NAME_EMBEDDED_FILES = 0,
HPDF_NAME_EOF = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for _HPDF_NameDictKey
impl RefUnwindSafe for _HPDF_NameDictKey
impl Send for _HPDF_NameDictKey
impl Sync for _HPDF_NameDictKey
impl Unpin for _HPDF_NameDictKey
impl UnwindSafe for _HPDF_NameDictKey
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