pub struct Signal_accumulator_type { /* private fields */ }
Implementations§
Source§impl Signal_accumulator_type
impl Signal_accumulator_type
pub const fn New() -> Self
pub const fn Send(&mut self, Signal: Signal_type)
pub const fn Clear(&mut self, Signal: Signal_type)
pub const fn Has_signal(&self, Signal: Signal_type) -> bool
pub fn Peek(&self) -> Option<Signal_type>
pub fn Pop(&mut self) -> Option<Signal_type>
Trait Implementations§
Source§impl Clone for Signal_accumulator_type
impl Clone for Signal_accumulator_type
Source§fn clone(&self) -> Signal_accumulator_type
fn clone(&self) -> Signal_accumulator_type
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 Signal_accumulator_type
impl Debug for Signal_accumulator_type
impl Copy for Signal_accumulator_type
Auto Trait Implementations§
impl Freeze for Signal_accumulator_type
impl RefUnwindSafe for Signal_accumulator_type
impl Send for Signal_accumulator_type
impl Sync for Signal_accumulator_type
impl Unpin for Signal_accumulator_type
impl UnwindSafe for Signal_accumulator_type
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