pub struct BevelBottom { /* private fields */ }Implementations§
Source§impl BevelBottom
impl BevelBottom
pub fn get_width(&self) -> &i64
pub fn set_width(&mut self, value: i64) -> &mut BevelBottom
pub fn get_height(&self) -> &i64
pub fn set_height(&mut self, value: i64) -> &mut BevelBottom
pub fn get_preset(&self) -> &BevelPresetValues
pub fn set_preset(&mut self, value: BevelPresetValues) -> &mut BevelBottom
Trait Implementations§
Source§impl Clone for BevelBottom
impl Clone for BevelBottom
Source§fn clone(&self) -> BevelBottom
fn clone(&self) -> BevelBottom
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 BevelBottom
impl Debug for BevelBottom
Source§impl Default for BevelBottom
impl Default for BevelBottom
Source§fn default() -> BevelBottom
fn default() -> BevelBottom
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BevelBottom
impl RefUnwindSafe for BevelBottom
impl Send for BevelBottom
impl Sync for BevelBottom
impl Unpin for BevelBottom
impl UnwindSafe for BevelBottom
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