pub struct BindDeviceOption<'a> { /* private fields */ }
Expand description
Options to bind device.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for BindDeviceOption<'a>
impl<'a> RefUnwindSafe for BindDeviceOption<'a>
impl<'a> Send for BindDeviceOption<'a>
impl<'a> Sync for BindDeviceOption<'a>
impl<'a> Unpin for BindDeviceOption<'a>
impl<'a> UnwindSafe for BindDeviceOption<'a>
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