pub enum PropagationDirection {
MsbToLsb,
LsbToMsb,
}Variants§
Trait Implementations§
Source§impl Clone for PropagationDirection
impl Clone for PropagationDirection
Source§fn clone(&self) -> PropagationDirection
fn clone(&self) -> PropagationDirection
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 PropagationDirection
impl Debug for PropagationDirection
Source§impl PartialEq for PropagationDirection
impl PartialEq for PropagationDirection
impl Copy for PropagationDirection
impl Eq for PropagationDirection
impl StructuralPartialEq for PropagationDirection
Auto Trait Implementations§
impl Freeze for PropagationDirection
impl RefUnwindSafe for PropagationDirection
impl Send for PropagationDirection
impl Sync for PropagationDirection
impl Unpin for PropagationDirection
impl UnsafeUnpin for PropagationDirection
impl UnwindSafe for PropagationDirection
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