pub struct View3D {
pub rot_x: Option<IntVal>,
pub rot_y: Option<IntVal>,
pub depth_percent: Option<UintVal>,
pub r_ang_ax: Option<BoolVal>,
pub perspective: Option<UintVal>,
}Expand description
3D view settings.
Fields§
§rot_x: Option<IntVal>§rot_y: Option<IntVal>§depth_percent: Option<UintVal>§r_ang_ax: Option<BoolVal>§perspective: Option<UintVal>Trait Implementations§
Source§impl<'de> Deserialize<'de> for View3D
impl<'de> Deserialize<'de> for View3D
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
impl StructuralPartialEq for View3D
Auto Trait Implementations§
impl Freeze for View3D
impl RefUnwindSafe for View3D
impl Send for View3D
impl Sync for View3D
impl Unpin for View3D
impl UnwindSafe for View3D
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