pub struct CameraModelD3WithHlhsr {
pub name: String,
pub view_reference_system: Axis2Placement3dRef,
pub perspective_of_volume: ViewVolumeRef,
pub hidden_line_surface_removal: bool,
}Fields§
§name: String§view_reference_system: Axis2Placement3dRef§perspective_of_volume: ViewVolumeRefTrait Implementations§
Source§impl Clone for CameraModelD3WithHlhsr
impl Clone for CameraModelD3WithHlhsr
Source§fn clone(&self) -> CameraModelD3WithHlhsr
fn clone(&self) -> CameraModelD3WithHlhsr
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 CameraModelD3WithHlhsr
impl Debug for CameraModelD3WithHlhsr
Source§impl PartialEq for CameraModelD3WithHlhsr
impl PartialEq for CameraModelD3WithHlhsr
Source§fn eq(&self, other: &CameraModelD3WithHlhsr) -> bool
fn eq(&self, other: &CameraModelD3WithHlhsr) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CameraModelD3WithHlhsr
Auto Trait Implementations§
impl Freeze for CameraModelD3WithHlhsr
impl RefUnwindSafe for CameraModelD3WithHlhsr
impl Send for CameraModelD3WithHlhsr
impl Sync for CameraModelD3WithHlhsr
impl Unpin for CameraModelD3WithHlhsr
impl UnsafeUnpin for CameraModelD3WithHlhsr
impl UnwindSafe for CameraModelD3WithHlhsr
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