pub enum DeviceTopology {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceTopology
impl RefUnwindSafe for DeviceTopology
impl Send for DeviceTopology
impl Sync for DeviceTopology
impl Unpin for DeviceTopology
impl UnwindSafe for DeviceTopology
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