pub struct PlacedChainDevice {
pub device_id: PlayerDeviceId,
pub placement: ChainPlacement,
}Expand description
Pairing of a device id with its resolved placement.
Fields§
§device_id: PlayerDeviceIdIdentifier of the placed device.
placement: ChainPlacementPlacement assigned to the device.
Trait Implementations§
Source§impl Clone for PlacedChainDevice
impl Clone for PlacedChainDevice
Source§fn clone(&self) -> PlacedChainDevice
fn clone(&self) -> PlacedChainDevice
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlacedChainDevice
impl Debug for PlacedChainDevice
impl Eq for PlacedChainDevice
Source§impl PartialEq for PlacedChainDevice
impl PartialEq for PlacedChainDevice
impl StructuralPartialEq for PlacedChainDevice
Auto Trait Implementations§
impl Freeze for PlacedChainDevice
impl RefUnwindSafe for PlacedChainDevice
impl Send for PlacedChainDevice
impl Sync for PlacedChainDevice
impl Unpin for PlacedChainDevice
impl UnsafeUnpin for PlacedChainDevice
impl UnwindSafe for PlacedChainDevice
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