#[repr(transparent)]pub struct PDFAccessPermissions(pub NSUInteger);Available on crate feature
PDFDocument only.Expand description
Tuple Fields§
§0: NSUIntegerImplementations§
Source§impl PDFAccessPermissions
impl PDFAccessPermissions
pub const AllowsLowQualityPrinting: Self
pub const AllowsHighQualityPrinting: Self
pub const AllowsDocumentChanges: Self
pub const AllowsDocumentAssembly: Self
pub const AllowsContentCopying: Self
pub const AllowsContentAccessibility: Self
pub const AllowsCommenting: Self
pub const AllowsFormFieldEntry: Self
Trait Implementations§
Source§impl Clone for PDFAccessPermissions
impl Clone for PDFAccessPermissions
Source§fn clone(&self) -> PDFAccessPermissions
fn clone(&self) -> PDFAccessPermissions
Returns a duplicate of the value. Read more
1.0.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 PDFAccessPermissions
impl Debug for PDFAccessPermissions
Source§impl Encode for PDFAccessPermissions
impl Encode for PDFAccessPermissions
Source§impl Hash for PDFAccessPermissions
impl Hash for PDFAccessPermissions
Source§impl Ord for PDFAccessPermissions
impl Ord for PDFAccessPermissions
Source§fn cmp(&self, other: &PDFAccessPermissions) -> Ordering
fn cmp(&self, other: &PDFAccessPermissions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PDFAccessPermissions
impl PartialEq for PDFAccessPermissions
Source§impl PartialOrd for PDFAccessPermissions
impl PartialOrd for PDFAccessPermissions
Source§impl RefEncode for PDFAccessPermissions
impl RefEncode for PDFAccessPermissions
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for PDFAccessPermissions
impl Eq for PDFAccessPermissions
impl StructuralPartialEq for PDFAccessPermissions
Auto Trait Implementations§
impl Freeze for PDFAccessPermissions
impl RefUnwindSafe for PDFAccessPermissions
impl Send for PDFAccessPermissions
impl Sync for PDFAccessPermissions
impl Unpin for PDFAccessPermissions
impl UnwindSafe for PDFAccessPermissions
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§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.