#[repr(transparent)]pub struct OBEXOpCodeResponseValues(pub c_uint);Available on crate feature
OBEX only.Expand description
Response opCode values.
See also Apple’s documentation
Tuple Fields§
§0: c_uintImplementations§
Source§impl OBEXOpCodeResponseValues
impl OBEXOpCodeResponseValues
pub const ResponseCodeReservedRangeStart: Self
pub const ResponseCodeReservedRangeEnd: Self
pub const ResponseCodeContinue: Self
pub const ResponseCodeContinueWithFinalBit: Self
pub const ResponseCodeSuccess: Self
pub const ResponseCodeSuccessWithFinalBit: Self
pub const ResponseCodeCreated: Self
pub const ResponseCodeCreatedWithFinalBit: Self
pub const ResponseCodeAccepted: Self
pub const ResponseCodeAcceptedWithFinalBit: Self
pub const ResponseCodeNonAuthoritativeInfo: Self
pub const ResponseCodeNonAuthoritativeInfoWithFinalBit: Self
pub const ResponseCodeNoContent: Self
pub const ResponseCodeNoContentWithFinalBit: Self
pub const ResponseCodeResetContent: Self
pub const ResponseCodeResetContentWithFinalBit: Self
pub const ResponseCodePartialContent: Self
pub const ResponseCodePartialContentWithFinalBit: Self
pub const ResponseCodeMultipleChoices: Self
pub const ResponseCodeMultipleChoicesWithFinalBit: Self
pub const ResponseCodeMovedPermanently: Self
pub const ResponseCodeMovedPermanentlyWithFinalBit: Self
pub const ResponseCodeMovedTemporarily: Self
pub const ResponseCodeMovedTemporarilyWithFinalBit: Self
pub const ResponseCodeSeeOther: Self
pub const ResponseCodeSeeOtherWithFinalBit: Self
pub const ResponseCodeNotModified: Self
pub const ResponseCodeNotModifiedWithFinalBit: Self
pub const ResponseCodeUseProxy: Self
pub const ResponseCodeUseProxyWithFinalBit: Self
pub const ResponseCodeBadRequest: Self
pub const ResponseCodeBadRequestWithFinalBit: Self
pub const ResponseCodePaymentRequired: Self
pub const ResponseCodePaymentRequiredWithFinalBit: Self
pub const ResponseCodeForbidden: Self
pub const ResponseCodeForbiddenWithFinalBit: Self
pub const ResponseCodeNotFound: Self
pub const ResponseCodeNotFoundWithFinalBit: Self
pub const ResponseCodeMethodNotAllowed: Self
pub const ResponseCodeMethodNotAllowedWithFinalBit: Self
pub const ResponseCodeNotAcceptable: Self
pub const ResponseCodeNotAcceptableWithFinalBit: Self
pub const ResponseCodeProxyAuthenticationRequired: Self
pub const ResponseCodeProxyAuthenticationRequiredWithFinalBit: Self
pub const ResponseCodeRequestTimeOut: Self
pub const ResponseCodeRequestTimeOutWithFinalBit: Self
pub const ResponseCodeConflict: Self
pub const ResponseCodeConflictWithFinalBit: Self
pub const ResponseCodeGone: Self
pub const ResponseCodeGoneWithFinalBit: Self
pub const ResponseCodeLengthRequired: Self
pub const ResponseCodeLengthRequiredFinalBit: Self
pub const ResponseCodePreconditionFailed: Self
pub const ResponseCodePreconditionFailedWithFinalBit: Self
pub const ResponseCodeRequestedEntityTooLarge: Self
pub const ResponseCodeRequestedEntityTooLargeWithFinalBit: Self
pub const ResponseCodeRequestURLTooLarge: Self
pub const ResponseCodeRequestURLTooLargeWithFinalBit: Self
pub const ResponseCodeUnsupportedMediaType: Self
pub const ResponseCodeUnsupportedMediaTypeWithFinalBit: Self
pub const ResponseCodeInternalServerError: Self
pub const ResponseCodeInternalServerErrorWithFinalBit: Self
pub const ResponseCodeNotImplemented: Self
pub const ResponseCodeNotImplementedWithFinalBit: Self
pub const ResponseCodeBadGateway: Self
pub const ResponseCodeBadGatewayWithFinalBit: Self
pub const ResponseCodeGatewayTimeout: Self
pub const ResponseCodeGatewayTimeoutWithFinalBit: Self
pub const ResponseCodeHTTPVersionNotSupported: Self
pub const ResponseCodeHTTPVersionNotSupportedWithFinalBit: Self
pub const ResponseCodeDatabaseFull: Self
pub const ResponseCodeDatabaseFullWithFinalBit: Self
pub const ResponseCodeDatabaseLocked: Self
pub const ResponseCodeDatabaseLockedWithFinalBit: Self
Trait Implementations§
Source§impl Clone for OBEXOpCodeResponseValues
impl Clone for OBEXOpCodeResponseValues
Source§fn clone(&self) -> OBEXOpCodeResponseValues
fn clone(&self) -> OBEXOpCodeResponseValues
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 OBEXOpCodeResponseValues
impl Debug for OBEXOpCodeResponseValues
Source§impl Encode for OBEXOpCodeResponseValues
Available on crate feature objc2 only.
impl Encode for OBEXOpCodeResponseValues
Available on crate feature
objc2 only.Source§impl Hash for OBEXOpCodeResponseValues
impl Hash for OBEXOpCodeResponseValues
Source§impl Ord for OBEXOpCodeResponseValues
impl Ord for OBEXOpCodeResponseValues
Source§fn cmp(&self, other: &OBEXOpCodeResponseValues) -> Ordering
fn cmp(&self, other: &OBEXOpCodeResponseValues) -> 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 OBEXOpCodeResponseValues
impl PartialEq for OBEXOpCodeResponseValues
Source§impl PartialOrd for OBEXOpCodeResponseValues
impl PartialOrd for OBEXOpCodeResponseValues
Source§impl RefEncode for OBEXOpCodeResponseValues
Available on crate feature objc2 only.
impl RefEncode for OBEXOpCodeResponseValues
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 OBEXOpCodeResponseValues
impl Eq for OBEXOpCodeResponseValues
impl StructuralPartialEq for OBEXOpCodeResponseValues
Auto Trait Implementations§
impl Freeze for OBEXOpCodeResponseValues
impl RefUnwindSafe for OBEXOpCodeResponseValues
impl Send for OBEXOpCodeResponseValues
impl Sync for OBEXOpCodeResponseValues
impl Unpin for OBEXOpCodeResponseValues
impl UnwindSafe for OBEXOpCodeResponseValues
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.