pub struct BevelTop { /* private fields */ }Implementations§
Source§impl BevelTop
impl BevelTop
pub fn get_width(&self) -> &i64
pub fn set_width(&mut self, value: i64) -> &mut BevelTop
pub fn get_height(&self) -> &i64
pub fn set_height(&mut self, value: i64) -> &mut BevelTop
pub fn get_preset(&self) -> &BevelPresetValues
pub fn set_preset(&mut self, value: BevelPresetValues) -> &mut BevelTop
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BevelTop
impl RefUnwindSafe for BevelTop
impl Send for BevelTop
impl Sync for BevelTop
impl Unpin for BevelTop
impl UnwindSafe for BevelTop
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