pub struct BevelTop { /* private fields */ }Implementations§
Source§impl BevelTop
impl BevelTop
pub fn width(&self) -> i64
pub fn get_width(&self) -> i64
👎Deprecated since 3.0.0:
Use width()
pub fn set_width(&mut self, value: i64) -> &mut BevelTop
pub fn height(&self) -> i64
pub fn get_height(&self) -> i64
👎Deprecated since 3.0.0:
Use height()
pub fn set_height(&mut self, value: i64) -> &mut BevelTop
pub fn preset(&self) -> &BevelPresetValues
pub fn get_preset(&self) -> &BevelPresetValues
👎Deprecated since 3.0.0:
Use preset()
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 UnsafeUnpin 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