pub struct SignalLayoutIdx(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for SignalLayoutIdx
impl Clone for SignalLayoutIdx
Source§fn clone(&self) -> SignalLayoutIdx
fn clone(&self) -> SignalLayoutIdx
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 SignalLayoutIdx
impl Debug for SignalLayoutIdx
Source§impl Hash for SignalLayoutIdx
impl Hash for SignalLayoutIdx
Source§impl PartialEq for SignalLayoutIdx
impl PartialEq for SignalLayoutIdx
impl Copy for SignalLayoutIdx
impl Eq for SignalLayoutIdx
impl StructuralPartialEq for SignalLayoutIdx
Auto Trait Implementations§
impl Freeze for SignalLayoutIdx
impl RefUnwindSafe for SignalLayoutIdx
impl Send for SignalLayoutIdx
impl Sync for SignalLayoutIdx
impl Unpin for SignalLayoutIdx
impl UnsafeUnpin for SignalLayoutIdx
impl UnwindSafe for SignalLayoutIdx
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