Struct BLUETOOTH_IO_CAPABILITY
#[repr(transparent)]pub struct BLUETOOTH_IO_CAPABILITY(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for BLUETOOTH_IO_CAPABILITY
impl Clone for BLUETOOTH_IO_CAPABILITY
§fn clone(&self) -> BLUETOOTH_IO_CAPABILITY
fn clone(&self) -> BLUETOOTH_IO_CAPABILITY
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 more§impl Debug for BLUETOOTH_IO_CAPABILITY
impl Debug for BLUETOOTH_IO_CAPABILITY
§impl Default for BLUETOOTH_IO_CAPABILITY
impl Default for BLUETOOTH_IO_CAPABILITY
§fn default() -> BLUETOOTH_IO_CAPABILITY
fn default() -> BLUETOOTH_IO_CAPABILITY
Returns the “default value” for a type. Read more
§impl PartialEq for BLUETOOTH_IO_CAPABILITY
impl PartialEq for BLUETOOTH_IO_CAPABILITY
impl Copy for BLUETOOTH_IO_CAPABILITY
impl Eq for BLUETOOTH_IO_CAPABILITY
impl StructuralPartialEq for BLUETOOTH_IO_CAPABILITY
Auto Trait Implementations§
impl Freeze for BLUETOOTH_IO_CAPABILITY
impl RefUnwindSafe for BLUETOOTH_IO_CAPABILITY
impl Send for BLUETOOTH_IO_CAPABILITY
impl Sync for BLUETOOTH_IO_CAPABILITY
impl Unpin for BLUETOOTH_IO_CAPABILITY
impl UnwindSafe for BLUETOOTH_IO_CAPABILITY
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