pub struct McFocAlgorithm(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for McFocAlgorithm
impl Clone for McFocAlgorithm
Source§fn clone(&self) -> McFocAlgorithm
fn clone(&self) -> McFocAlgorithm
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 McFocAlgorithm
impl Debug for McFocAlgorithm
Source§impl Default for McFocAlgorithm
impl Default for McFocAlgorithm
Source§impl From<McFocAlgorithm> for u64
impl From<McFocAlgorithm> for u64
Source§fn from(v: McFocAlgorithm) -> Self
fn from(v: McFocAlgorithm) -> Self
Converts to this type from the input type.
Source§impl From<u64> for McFocAlgorithm
impl From<u64> for McFocAlgorithm
Source§impl ToCanFrame for McFocAlgorithm
impl ToCanFrame for McFocAlgorithm
impl Copy for McFocAlgorithm
Auto Trait Implementations§
impl Freeze for McFocAlgorithm
impl RefUnwindSafe for McFocAlgorithm
impl Send for McFocAlgorithm
impl Sync for McFocAlgorithm
impl Unpin for McFocAlgorithm
impl UnwindSafe for McFocAlgorithm
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