pub struct PhysicalProperties {
pub ordering: Ordering,
pub distribution: Distribution,
}Fields§
§ordering: Ordering§distribution: DistributionTrait Implementations§
Source§impl Clone for PhysicalProperties
impl Clone for PhysicalProperties
Source§fn clone(&self) -> PhysicalProperties
fn clone(&self) -> PhysicalProperties
Returns a duplicate of the value. Read more
1.0.0 · 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 PhysicalProperties
impl Debug for PhysicalProperties
Auto Trait Implementations§
impl Freeze for PhysicalProperties
impl RefUnwindSafe for PhysicalProperties
impl Send for PhysicalProperties
impl Sync for PhysicalProperties
impl Unpin for PhysicalProperties
impl UnwindSafe for PhysicalProperties
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