pub struct WgpuModule {
pub device: Device,
pub queue: Queue,
pub adapter: Adapter,
}Fields§
§device: Device§queue: Queue§adapter: AdapterImplementations§
Source§impl WgpuModule
impl WgpuModule
pub fn get_adapter_limit(&self) -> Limits
pub fn get_device_limit(&self) -> Limits
Auto Trait Implementations§
impl Freeze for WgpuModule
impl !RefUnwindSafe for WgpuModule
impl Send for WgpuModule
impl Sync for WgpuModule
impl Unpin for WgpuModule
impl !UnwindSafe for WgpuModule
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