#[repr(u8)]pub enum Blendingmethod {
CONCATENATION = 0,
XORLEVEL1 = 1,
XORLEVEL2 = 2,
VONNEUMANN = 3,
}Variants§
CONCATENATION = 0
Concatenation
XORLEVEL1 = 1
XOR level 1
XORLEVEL2 = 2
XOR level 2
VONNEUMANN = 3
VON-NEUMANN debiasing
Implementations§
Trait Implementations§
Source§impl Clone for Blendingmethod
impl Clone for Blendingmethod
Source§fn clone(&self) -> Blendingmethod
fn clone(&self) -> Blendingmethod
Returns a copy 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 Blendingmethod
impl Debug for Blendingmethod
Source§impl From<Blendingmethod> for u8
impl From<Blendingmethod> for u8
Source§fn from(val: Blendingmethod) -> u8
fn from(val: Blendingmethod) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Blendingmethod
impl From<u8> for Blendingmethod
Source§fn from(val: u8) -> Blendingmethod
fn from(val: u8) -> Blendingmethod
Converts to this type from the input type.
Source§impl Ord for Blendingmethod
impl Ord for Blendingmethod
Source§fn cmp(&self, other: &Blendingmethod) -> Ordering
fn cmp(&self, other: &Blendingmethod) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Blendingmethod
impl PartialEq for Blendingmethod
Source§impl PartialOrd for Blendingmethod
impl PartialOrd for Blendingmethod
impl Copy for Blendingmethod
impl Eq for Blendingmethod
impl StructuralPartialEq for Blendingmethod
Auto Trait Implementations§
impl Freeze for Blendingmethod
impl RefUnwindSafe for Blendingmethod
impl Send for Blendingmethod
impl Sync for Blendingmethod
impl Unpin for Blendingmethod
impl UnwindSafe for Blendingmethod
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)