Struct glib::subclass::signal::SignalType   
source · #[repr(transparent)]pub struct SignalType(_);Implementations§
source§impl SignalType
 
impl SignalType
pub fn with_static_scope(type_: Type) -> Self
pub fn static_scope(&self) -> bool
pub fn type_(&self) -> Type
Trait Implementations§
source§impl Clone for SignalType
 
impl Clone for SignalType
source§fn clone(&self) -> SignalType
 
fn clone(&self) -> SignalType
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 SignalType
 
impl Debug for SignalType
source§impl Display for SignalType
 
impl Display for SignalType
source§impl From<SignalType> for Type
 
impl From<SignalType> for Type
source§fn from(type_: SignalType) -> Self
 
fn from(type_: SignalType) -> Self
Converts to this type from the input type.