pub struct Shape3DType { /* private fields */ }Implementations§
Source§impl Shape3DType
impl Shape3DType
pub fn preset_material(&self) -> &PresetMaterialTypeValues
pub fn get_preset_material(&self) -> &PresetMaterialTypeValues
👎Deprecated since 3.0.0:
Use preset_material()
pub fn set_preset_material( &mut self, value: PresetMaterialTypeValues, ) -> &mut Shape3DType
pub fn bevel_top(&self) -> Option<&BevelTop>
pub fn get_bevel_top(&self) -> Option<&BevelTop>
👎Deprecated since 3.0.0:
Use bevel_top()
pub fn bevel_top_mut(&mut self) -> Option<&mut BevelTop>
pub fn get_bevel_top_mut(&mut self) -> Option<&mut BevelTop>
👎Deprecated since 3.0.0:
Use bevel_top_mut()
pub fn set_bevel_top(&mut self, value: BevelTop)
pub fn bevel_bottom(&self) -> Option<&BevelBottom>
pub fn get_bevel_bottom(&self) -> Option<&BevelBottom>
👎Deprecated since 3.0.0:
Use bevel_bottom()
pub fn bevel_bottom_mut(&mut self) -> Option<&mut BevelBottom>
pub fn get_bevel_bottom_mut(&mut self) -> Option<&mut BevelBottom>
👎Deprecated since 3.0.0:
Use bevel_bottom_mut()
pub fn set_bevel_bottom(&mut self, value: BevelBottom)
Trait Implementations§
Source§impl Clone for Shape3DType
impl Clone for Shape3DType
Source§fn clone(&self) -> Shape3DType
fn clone(&self) -> Shape3DType
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 Shape3DType
impl Debug for Shape3DType
Source§impl Default for Shape3DType
impl Default for Shape3DType
Source§fn default() -> Shape3DType
fn default() -> Shape3DType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Shape3DType
impl RefUnwindSafe for Shape3DType
impl Send for Shape3DType
impl Sync for Shape3DType
impl Unpin for Shape3DType
impl UnsafeUnpin for Shape3DType
impl UnwindSafe for Shape3DType
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