Struct glib::ParamSpecUIntBuilder
source · pub struct ParamSpecUIntBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ParamSpecUIntBuilder<'a>
impl<'a> ParamSpecUIntBuilder<'a>
sourcepub fn flags(self, flags: ParamFlags) -> Self
pub fn flags(self, flags: ParamFlags) -> Self
Default: glib::ParamFlags::READWRITE
sourcepub fn default_value(self, value: u32) -> Self
pub fn default_value(self, value: u32) -> Self
Default: <u32 as Default>::default()
pub fn build(self) -> ParamSpec
Trait Implementations§
source§impl<'a> Default for ParamSpecUIntBuilder<'a>
impl<'a> Default for ParamSpecUIntBuilder<'a>
source§fn default() -> ParamSpecUIntBuilder<'a>
fn default() -> ParamSpecUIntBuilder<'a>
Returns the “default value” for a type. Read more