Struct titanium::desktop::gui::libdruid::piet::cairo::glib::gobject_ffi::GParamSpecString
pub struct GParamSpecString {
pub parent_instance: GParamSpec,
pub default_value: *mut i8,
pub cset_first: *mut i8,
pub cset_nth: *mut i8,
pub substitutor: i8,
pub null_fold_if_empty: u32,
/* private fields */
}
Fields§
§parent_instance: GParamSpec
§default_value: *mut i8
§cset_first: *mut i8
§cset_nth: *mut i8
§substitutor: i8
§null_fold_if_empty: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GParamSpecString
impl !Send for GParamSpecString
impl !Sync for GParamSpecString
impl Unpin for GParamSpecString
impl UnwindSafe for GParamSpecString
Blanket Implementations§
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.