pub struct NativeDevice {
pub adapter: Adapter,
}
Expand description
Wraps an adapter.
On Wayland, devices and adapters are essentially identical types.
Fields§
§adapter: Adapter
The hardware adapter corresponding to this device.
Trait Implementations§
source§impl Clone for NativeDevice
impl Clone for NativeDevice
source§fn clone(&self) -> NativeDevice
fn clone(&self) -> NativeDevice
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 moreAuto Trait Implementations§
impl Freeze for NativeDevice
impl RefUnwindSafe for NativeDevice
impl Send for NativeDevice
impl Sync for NativeDevice
impl Unpin for NativeDevice
impl UnwindSafe for NativeDevice
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