pub struct LoopControl(/* private fields */);
Implementations§
Source§impl LoopControl
impl LoopControl
Trait Implementations§
Source§impl Clone for LoopControl
impl Clone for LoopControl
Source§fn clone(&self) -> LoopControl
fn clone(&self) -> LoopControl
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 LoopControl
impl Debug for LoopControl
Source§impl From<u32> for LoopControl
impl From<u32> for LoopControl
Source§fn from(val: u32) -> LoopControl
fn from(val: u32) -> LoopControl
Converts to this type from the input type.
Source§impl Hash for LoopControl
impl Hash for LoopControl
Source§impl PartialEq for LoopControl
impl PartialEq for LoopControl
impl Copy for LoopControl
impl StructuralPartialEq for LoopControl
Auto Trait Implementations§
impl Freeze for LoopControl
impl RefUnwindSafe for LoopControl
impl Send for LoopControl
impl Sync for LoopControl
impl Unpin for LoopControl
impl UnwindSafe for LoopControl
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
)