pub struct NormIntegral;Expand description
The normalized (signed) integral sampler type.
Trait Implementations§
Source§impl Clone for NormIntegral
impl Clone for NormIntegral
Source§fn clone(&self) -> NormIntegral
fn clone(&self) -> NormIntegral
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NormIntegral
impl Debug for NormIntegral
Source§impl PartialEq for NormIntegral
impl PartialEq for NormIntegral
Source§impl SamplerType for NormIntegral
impl SamplerType for NormIntegral
Source§fn sample_type() -> Type
fn sample_type() -> Type
Underlying type of the sampler.
impl Copy for NormIntegral
impl Eq for NormIntegral
impl StructuralPartialEq for NormIntegral
Auto Trait Implementations§
impl Freeze for NormIntegral
impl RefUnwindSafe for NormIntegral
impl Send for NormIntegral
impl Sync for NormIntegral
impl Unpin for NormIntegral
impl UnwindSafe for NormIntegral
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