pub struct PhysicalDeviceInfo { /* private fields */ }
Expand description
Information gathered about a physical device. Used to
Auto Trait Implementations§
impl Freeze for PhysicalDeviceInfo
impl RefUnwindSafe for PhysicalDeviceInfo
impl Send for PhysicalDeviceInfo
impl Sync for PhysicalDeviceInfo
impl Unpin for PhysicalDeviceInfo
impl UnwindSafe for PhysicalDeviceInfo
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