Struct glib_signal::PrimitiveValue
source · pub struct PrimitiveValue<T>(/* private fields */);
Trait Implementations§
source§impl<T> From<T> for PrimitiveValue<T>
impl<T> From<T> for PrimitiveValue<T>
source§impl ToValueOption for PrimitiveValue<()>
impl ToValueOption for PrimitiveValue<()>
source§impl ToValueOption for PrimitiveValue<usize>
impl ToValueOption for PrimitiveValue<usize>
Auto Trait Implementations§
impl<T> Freeze for PrimitiveValue<T>where
T: Freeze,
impl<T> RefUnwindSafe for PrimitiveValue<T>where
T: RefUnwindSafe,
impl<T> Send for PrimitiveValue<T>where
T: Send,
impl<T> Sync for PrimitiveValue<T>where
T: Sync,
impl<T> Unpin for PrimitiveValue<T>where
T: Unpin,
impl<T> UnwindSafe for PrimitiveValue<T>where
T: UnwindSafe,
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