pub struct DeviceGrid { /* private fields */ }Expand description
A device grid — assigns distribution roles to physical devices.
Implementations§
Trait Implementations§
Source§impl Debug for DeviceGrid
impl Debug for DeviceGrid
Auto Trait Implementations§
impl Freeze for DeviceGrid
impl RefUnwindSafe for DeviceGrid
impl !Send for DeviceGrid
impl !Sync for DeviceGrid
impl Unpin for DeviceGrid
impl UnsafeUnpin for DeviceGrid
impl UnwindSafe for DeviceGrid
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