#[repr(transparent)]pub struct SignalType(_);
Implementations
sourceimpl SignalType
impl SignalType
pub fn with_static_scope(type_: Type) -> Self
pub fn static_scope(&self) -> bool
pub fn type_(&self) -> Type
Trait Implementations
sourceimpl Clone for SignalType
impl Clone for SignalType
sourcefn clone(&self) -> SignalType
fn clone(&self) -> SignalType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SignalType
impl Debug for SignalType
sourceimpl Display for SignalType
impl Display for SignalType
sourceimpl From<SignalType> for Type
impl From<SignalType> for Type
sourcefn from(type_: SignalType) -> Self
fn from(type_: SignalType) -> Self
Converts to this type from the input type.
sourceimpl From<Type> for SignalType
impl From<Type> for SignalType
sourceimpl FromGlibContainerAsVec<Type, *const usize> for SignalType
impl FromGlibContainerAsVec<Type, *const usize> for SignalType
sourceimpl Hash for SignalType
impl Hash for SignalType
sourceimpl PartialEq<Type> for SignalType
impl PartialEq<Type> for SignalType
impl Copy for SignalType
Auto Trait Implementations
impl RefUnwindSafe for SignalType
impl Send for SignalType
impl Sync for SignalType
impl Unpin for SignalType
impl UnwindSafe for SignalType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more