Struct mini_enigma::components::Reflector
source · pub struct Reflector { /* private fields */ }
Expand description
The Enigma Reflector or Umkehrwalze
Implementations§
Trait Implementations§
source§impl Ord for Reflector
impl Ord for Reflector
source§impl PartialEq for Reflector
impl PartialEq for Reflector
source§impl PartialOrd for Reflector
impl PartialOrd for Reflector
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Reflector
impl Eq for Reflector
impl StructuralPartialEq for Reflector
Auto Trait Implementations§
impl Freeze for Reflector
impl RefUnwindSafe for Reflector
impl Send for Reflector
impl Sync for Reflector
impl Unpin for Reflector
impl UnwindSafe for Reflector
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