pub struct Bevel {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bevel
impl RefUnwindSafe for Bevel
impl Send for Bevel
impl Sync for Bevel
impl Unpin for Bevel
impl UnwindSafe for Bevel
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