pub struct WorkspaceParameters {
pub header: Header,
pub min_corner: Vector3,
pub max_corner: Vector3,
}Fields§
§header: Header§min_corner: Vector3§max_corner: Vector3Trait Implementations§
Source§impl Clone for WorkspaceParameters
impl Clone for WorkspaceParameters
Source§fn clone(&self) -> WorkspaceParameters
fn clone(&self) -> WorkspaceParameters
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 WorkspaceParameters
impl Debug for WorkspaceParameters
Source§impl Default for WorkspaceParameters
impl Default for WorkspaceParameters
Source§impl<'de> Deserialize<'de> for WorkspaceParameters
impl<'de> Deserialize<'de> for WorkspaceParameters
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WorkspaceParameters
impl PartialEq for WorkspaceParameters
Source§impl Serialize for WorkspaceParameters
impl Serialize for WorkspaceParameters
impl Message for WorkspaceParameters
impl StructuralPartialEq for WorkspaceParameters
Auto Trait Implementations§
impl Freeze for WorkspaceParameters
impl RefUnwindSafe for WorkspaceParameters
impl Send for WorkspaceParameters
impl Sync for WorkspaceParameters
impl Unpin for WorkspaceParameters
impl UnwindSafe for WorkspaceParameters
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