pub struct Vendor<'a> { /* private fields */ }Expand description
A vendor of the device.
Implementations§
Trait Implementations§
impl<'a> Copy for Vendor<'a>
Auto Trait Implementations§
impl<'a> Freeze for Vendor<'a>
impl<'a> RefUnwindSafe for Vendor<'a>
impl<'a> Send for Vendor<'a>
impl<'a> Sync for Vendor<'a>
impl<'a> Unpin for Vendor<'a>
impl<'a> UnwindSafe for Vendor<'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