Struct windows_sys::Devices::Bluetooth::BluetoothCacheMode
[−]#[repr(transparent)]pub struct BluetoothCacheMode(pub i32);
Expand description
Required features: ‘Devices_Bluetooth’
Tuple Fields
0: i32
Implementations
impl BluetoothCacheMode
impl BluetoothCacheMode
Trait Implementations
impl Clone for BluetoothCacheMode
impl Clone for BluetoothCacheMode
impl Copy for BluetoothCacheMode
Auto Trait Implementations
impl RefUnwindSafe for BluetoothCacheMode
impl Send for BluetoothCacheMode
impl Sync for BluetoothCacheMode
impl Unpin for BluetoothCacheMode
impl UnwindSafe for BluetoothCacheMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more