pub struct DeviceChild { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for DeviceChild
impl Clone for DeviceChild
Source§impl Debug for DeviceChild
impl Debug for DeviceChild
Source§impl Drop for DeviceChild
impl Drop for DeviceChild
Source§impl From<Fence> for DeviceChild
impl From<Fence> for DeviceChild
Source§impl From<Heap> for DeviceChild
impl From<Heap> for DeviceChild
Auto Trait Implementations§
impl Freeze for DeviceChild
impl RefUnwindSafe for DeviceChild
impl !Send for DeviceChild
impl !Sync for DeviceChild
impl Unpin for DeviceChild
impl UnwindSafe for DeviceChild
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