pub enum TempFileType {
Never,
Extract,
Access,
Always,
}
Expand description
The circumstances under which it is acceptable to write a temporary file in order to play a media clip.
Variants§
Never
Never allowed.
Extract
Allowed only if the document permissions allow content extraction.
Access
Allowed only if the document permissions allow content extraction, including for accessibility purposes.
Always
Always allowed.
Trait Implementations§
source§impl Clone for TempFileType
impl Clone for TempFileType
source§fn clone(&self) -> TempFileType
fn clone(&self) -> TempFileType
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TempFileType
impl Debug for TempFileType
source§impl Hash for TempFileType
impl Hash for TempFileType
source§impl PartialEq for TempFileType
impl PartialEq for TempFileType
impl Copy for TempFileType
impl Eq for TempFileType
impl StructuralPartialEq for TempFileType
Auto Trait Implementations§
impl Freeze for TempFileType
impl RefUnwindSafe for TempFileType
impl Send for TempFileType
impl Sync for TempFileType
impl Unpin for TempFileType
impl UnwindSafe for TempFileType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)