pub struct Shape3DType { /* private fields */ }Implementations§
Source§impl Shape3DType
impl Shape3DType
pub fn get_preset_material(&self) -> &PresetMaterialTypeValues
pub fn set_preset_material( &mut self, value: PresetMaterialTypeValues, ) -> &mut Shape3DType
pub fn get_bevel_top(&self) -> Option<&BevelTop>
pub fn get_bevel_top_mut(&mut self) -> Option<&mut BevelTop>
pub fn set_bevel_top(&mut self, value: BevelTop)
pub fn get_bevel_bottom(&self) -> Option<&BevelBottom>
pub fn get_bevel_bottom_mut(&mut self) -> Option<&mut BevelBottom>
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 · 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 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