#[repr(C)]pub struct SoftNormalsToVertexColor_Method {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl SoftNormalsToVertexColor_Method
impl SoftNormalsToVertexColor_Method
pub fn simple() -> Self
pub fn angular_deviation() -> Self
Trait Implementations§
Source§impl Clone for SoftNormalsToVertexColor_Method
impl Clone for SoftNormalsToVertexColor_Method
Source§fn clone(&self) -> SoftNormalsToVertexColor_Method
fn clone(&self) -> SoftNormalsToVertexColor_Method
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SoftNormalsToVertexColor_Method
impl Debug for SoftNormalsToVertexColor_Method
Source§impl PartialEq for SoftNormalsToVertexColor_Method
impl PartialEq for SoftNormalsToVertexColor_Method
impl Copy for SoftNormalsToVertexColor_Method
impl Eq for SoftNormalsToVertexColor_Method
impl StructuralPartialEq for SoftNormalsToVertexColor_Method
Auto Trait Implementations§
impl Freeze for SoftNormalsToVertexColor_Method
impl RefUnwindSafe for SoftNormalsToVertexColor_Method
impl Send for SoftNormalsToVertexColor_Method
impl Sync for SoftNormalsToVertexColor_Method
impl Unpin for SoftNormalsToVertexColor_Method
impl UnwindSafe for SoftNormalsToVertexColor_Method
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§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)