Enum SurfaceDeltaConvention
pub enum SurfaceDeltaConvention {
Spot,
Forward,
}Variants§
Trait Implementations§
§impl Clone for SurfaceDeltaConvention
impl Clone for SurfaceDeltaConvention
§fn clone(&self) -> SurfaceDeltaConvention
fn clone(&self) -> SurfaceDeltaConvention
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl Hash for SurfaceDeltaConvention
impl Hash for SurfaceDeltaConvention
§impl PartialEq for SurfaceDeltaConvention
impl PartialEq for SurfaceDeltaConvention
impl Copy for SurfaceDeltaConvention
impl Eq for SurfaceDeltaConvention
impl StructuralPartialEq for SurfaceDeltaConvention
Auto Trait Implementations§
impl Freeze for SurfaceDeltaConvention
impl RefUnwindSafe for SurfaceDeltaConvention
impl Send for SurfaceDeltaConvention
impl Sync for SurfaceDeltaConvention
impl Unpin for SurfaceDeltaConvention
impl UnsafeUnpin for SurfaceDeltaConvention
impl UnwindSafe for SurfaceDeltaConvention
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)