pub struct ClusterSizeDirective {
pub x: u32,
pub y: u32,
pub z: u32,
pub raw: String,
}Expand description
Shared representation for cluster dimension directives that specify extents.
Fields§
§x: u32§y: u32§z: u32§raw: StringTrait Implementations§
Source§impl Clone for ClusterSizeDirective
impl Clone for ClusterSizeDirective
Source§fn clone(&self) -> ClusterSizeDirective
fn clone(&self) -> ClusterSizeDirective
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 ClusterSizeDirective
impl Debug for ClusterSizeDirective
Source§impl PartialEq for ClusterSizeDirective
impl PartialEq for ClusterSizeDirective
impl Eq for ClusterSizeDirective
impl StructuralPartialEq for ClusterSizeDirective
Auto Trait Implementations§
impl Freeze for ClusterSizeDirective
impl RefUnwindSafe for ClusterSizeDirective
impl Send for ClusterSizeDirective
impl Sync for ClusterSizeDirective
impl Unpin for ClusterSizeDirective
impl UnwindSafe for ClusterSizeDirective
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