pub enum RectKind {
Add,
Subtract,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for RectKind
Auto Trait Implementations§
impl Freeze for RectKind
impl RefUnwindSafe for RectKind
impl Send for RectKind
impl Sync for RectKind
impl Unpin for RectKind
impl UnwindSafe for RectKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)