#[repr(transparent)]pub struct NSDataBase64EncodingOptions(pub NSUInteger);
Available on crate feature
NSData
only.Tuple Fields§
§0: NSUInteger
Implementations§
source§impl NSDataBase64EncodingOptions
impl NSDataBase64EncodingOptions
pub const NSDataBase64Encoding64CharacterLineLength: Self = _
pub const NSDataBase64Encoding76CharacterLineLength: Self = _
pub const NSDataBase64EncodingEndLineWithCarriageReturn: Self = _
pub const NSDataBase64EncodingEndLineWithLineFeed: Self = _
Trait Implementations§
source§impl Clone for NSDataBase64EncodingOptions
impl Clone for NSDataBase64EncodingOptions
source§fn clone(&self) -> NSDataBase64EncodingOptions
fn clone(&self) -> NSDataBase64EncodingOptions
Returns a copy 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 NSDataBase64EncodingOptions
impl Debug for NSDataBase64EncodingOptions
source§impl Encode for NSDataBase64EncodingOptions
impl Encode for NSDataBase64EncodingOptions
source§impl Hash for NSDataBase64EncodingOptions
impl Hash for NSDataBase64EncodingOptions
source§impl Ord for NSDataBase64EncodingOptions
impl Ord for NSDataBase64EncodingOptions
source§fn cmp(&self, other: &NSDataBase64EncodingOptions) -> Ordering
fn cmp(&self, other: &NSDataBase64EncodingOptions) -> 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 NSDataBase64EncodingOptions
impl PartialEq for NSDataBase64EncodingOptions
source§fn eq(&self, other: &NSDataBase64EncodingOptions) -> bool
fn eq(&self, other: &NSDataBase64EncodingOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSDataBase64EncodingOptions
impl PartialOrd for NSDataBase64EncodingOptions
source§fn partial_cmp(&self, other: &NSDataBase64EncodingOptions) -> Option<Ordering>
fn partial_cmp(&self, other: &NSDataBase64EncodingOptions) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl RefEncode for NSDataBase64EncodingOptions
impl RefEncode for NSDataBase64EncodingOptions
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 NSDataBase64EncodingOptions
impl Eq for NSDataBase64EncodingOptions
impl StructuralPartialEq for NSDataBase64EncodingOptions
Auto Trait Implementations§
impl Freeze for NSDataBase64EncodingOptions
impl RefUnwindSafe for NSDataBase64EncodingOptions
impl Send for NSDataBase64EncodingOptions
impl Sync for NSDataBase64EncodingOptions
impl Unpin for NSDataBase64EncodingOptions
impl UnwindSafe for NSDataBase64EncodingOptions
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> 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.