Struct glib::subclass::signal::SignalType
source · #[repr(transparent)]pub struct SignalType(GType);
Tuple Fields§
§0: GType
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 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.
source§impl From<Type> for SignalType
impl From<Type> for SignalType
source§impl Hash for SignalType
impl Hash for SignalType
source§impl PartialEq<Type> for SignalType
impl PartialEq<Type> for SignalType
impl Copy for SignalType
Auto Trait Implementations§
impl Freeze for SignalType
impl RefUnwindSafe for SignalType
impl Send for SignalType
impl Sync for SignalType
impl Unpin for SignalType
impl UnwindSafe for SignalType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)