#[repr(transparent)]pub struct OBEXHeaderIdentifiers(pub c_uint);Available on crate feature
OBEX only.Expand description
Identifiers for OBEX Headers.
See also Apple’s documentation
Tuple Fields§
§0: c_uintImplementations§
Source§impl OBEXHeaderIdentifiers
impl OBEXHeaderIdentifiers
pub const IDName: Self
pub const IDDescription: Self
pub const IDReservedRangeStart: Self
pub const IDReservedRangeEnd: Self
pub const IDUserDefinedRangeStart: Self
pub const IDUserDefinedRangeEnd: Self
pub const IDType: Self
pub const IDTimeISO: Self
pub const IDTarget: Self
pub const IDHTTP: Self
pub const IDBody: Self
pub const IDEndOfBody: Self
pub const IDWho: Self
pub const IDAppParameters: Self
pub const IDAuthorizationChallenge: Self
pub const IDAuthorizationResponse: Self
pub const IDObjectClass: Self
pub const IDCount: Self
pub const IDLength: Self
pub const IDTime4Byte: Self
pub const IDConnectionID: Self
pub const IDOBEX13WANUUID: Self
pub const IDOBEX13ObjectClass: Self
pub const IDOBEX13SessionParameters: Self
pub const IDOBEX13SessionSequenceNumber: Self
pub const IDOBEX13CreatorID: Self
Trait Implementations§
Source§impl Clone for OBEXHeaderIdentifiers
impl Clone for OBEXHeaderIdentifiers
Source§fn clone(&self) -> OBEXHeaderIdentifiers
fn clone(&self) -> OBEXHeaderIdentifiers
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 OBEXHeaderIdentifiers
impl Debug for OBEXHeaderIdentifiers
Source§impl Encode for OBEXHeaderIdentifiers
Available on crate feature objc2 only.
impl Encode for OBEXHeaderIdentifiers
Available on crate feature
objc2 only.Source§impl Hash for OBEXHeaderIdentifiers
impl Hash for OBEXHeaderIdentifiers
Source§impl Ord for OBEXHeaderIdentifiers
impl Ord for OBEXHeaderIdentifiers
Source§fn cmp(&self, other: &OBEXHeaderIdentifiers) -> Ordering
fn cmp(&self, other: &OBEXHeaderIdentifiers) -> 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 OBEXHeaderIdentifiers
impl PartialEq for OBEXHeaderIdentifiers
Source§impl PartialOrd for OBEXHeaderIdentifiers
impl PartialOrd for OBEXHeaderIdentifiers
Source§impl RefEncode for OBEXHeaderIdentifiers
Available on crate feature objc2 only.
impl RefEncode for OBEXHeaderIdentifiers
Available on crate feature
objc2 only.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 OBEXHeaderIdentifiers
impl Eq for OBEXHeaderIdentifiers
impl StructuralPartialEq for OBEXHeaderIdentifiers
Auto Trait Implementations§
impl Freeze for OBEXHeaderIdentifiers
impl RefUnwindSafe for OBEXHeaderIdentifiers
impl Send for OBEXHeaderIdentifiers
impl Sync for OBEXHeaderIdentifiers
impl Unpin for OBEXHeaderIdentifiers
impl UnwindSafe for OBEXHeaderIdentifiers
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.