#[repr(transparent)]pub struct IOHIDRequestType(pub c_uint);Available on crate feature
hidsystem only.Expand description
Tuple Fields§
§0: c_uintImplementations§
Source§impl IOHIDRequestType
impl IOHIDRequestType
pub const PostEvent: Self
pub const ListenEvent: Self
Trait Implementations§
Source§impl Clone for IOHIDRequestType
impl Clone for IOHIDRequestType
Source§fn clone(&self) -> IOHIDRequestType
fn clone(&self) -> IOHIDRequestType
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 IOHIDRequestType
impl Debug for IOHIDRequestType
Source§impl Encode for IOHIDRequestType
Available on crate feature objc2 only.
impl Encode for IOHIDRequestType
Available on crate feature
objc2 only.Source§impl Hash for IOHIDRequestType
impl Hash for IOHIDRequestType
Source§impl Ord for IOHIDRequestType
impl Ord for IOHIDRequestType
Source§fn cmp(&self, other: &IOHIDRequestType) -> Ordering
fn cmp(&self, other: &IOHIDRequestType) -> 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 IOHIDRequestType
impl PartialEq for IOHIDRequestType
Source§impl PartialOrd for IOHIDRequestType
impl PartialOrd for IOHIDRequestType
Source§impl RefEncode for IOHIDRequestType
Available on crate feature objc2 only.
impl RefEncode for IOHIDRequestType
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 IOHIDRequestType
impl Eq for IOHIDRequestType
impl StructuralPartialEq for IOHIDRequestType
Auto Trait Implementations§
impl Freeze for IOHIDRequestType
impl RefUnwindSafe for IOHIDRequestType
impl Send for IOHIDRequestType
impl Sync for IOHIDRequestType
impl Unpin for IOHIDRequestType
impl UnwindSafe for IOHIDRequestType
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.