pub struct ReflectionSignalId(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for ReflectionSignalId
impl Clone for ReflectionSignalId
Source§fn clone(&self) -> ReflectionSignalId
fn clone(&self) -> ReflectionSignalId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReflectionSignalId
Source§impl Debug for ReflectionSignalId
impl Debug for ReflectionSignalId
Source§impl<'de> Deserialize<'de> for ReflectionSignalId
impl<'de> Deserialize<'de> for ReflectionSignalId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ReflectionSignalId
Source§impl Hash for ReflectionSignalId
impl Hash for ReflectionSignalId
Source§impl PartialEq for ReflectionSignalId
impl PartialEq for ReflectionSignalId
Source§impl Serialize for ReflectionSignalId
impl Serialize for ReflectionSignalId
impl StructuralPartialEq for ReflectionSignalId
Auto Trait Implementations§
impl Freeze for ReflectionSignalId
impl RefUnwindSafe for ReflectionSignalId
impl Send for ReflectionSignalId
impl Sync for ReflectionSignalId
impl Unpin for ReflectionSignalId
impl UnsafeUnpin for ReflectionSignalId
impl UnwindSafe for ReflectionSignalId
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