pub struct DeviceResources { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DeviceResources
impl !RefUnwindSafe for DeviceResources
impl Send for DeviceResources
impl !Sync for DeviceResources
impl Unpin for DeviceResources
impl UnwindSafe for DeviceResources
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