pub enum OrigSurfaceType {
UInt,
Float,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrigSurfaceType
impl RefUnwindSafe for OrigSurfaceType
impl Send for OrigSurfaceType
impl Sync for OrigSurfaceType
impl Unpin for OrigSurfaceType
impl UnwindSafe for OrigSurfaceType
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