Struct windows::Devices::Custom::KnownDeviceTypes
pub struct KnownDeviceTypes;
Implementations§
§impl KnownDeviceTypes
impl KnownDeviceTypes
Auto Trait Implementations§
impl Freeze for KnownDeviceTypes
impl RefUnwindSafe for KnownDeviceTypes
impl Send for KnownDeviceTypes
impl Sync for KnownDeviceTypes
impl Unpin for KnownDeviceTypes
impl UnwindSafe for KnownDeviceTypes
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