Struct glib::ParamSpecUIntBuilder
source · [−]pub struct ParamSpecUIntBuilder<'a> { /* private fields */ }
Implementations
sourceimpl<'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
sourceimpl<'a> Default for ParamSpecUIntBuilder<'a>
impl<'a> Default for ParamSpecUIntBuilder<'a>
sourcefn default() -> ParamSpecUIntBuilder<'a>
fn default() -> ParamSpecUIntBuilder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for ParamSpecUIntBuilder<'a>
impl<'a> Send for ParamSpecUIntBuilder<'a>
impl<'a> Sync for ParamSpecUIntBuilder<'a>
impl<'a> Unpin for ParamSpecUIntBuilder<'a>
impl<'a> UnwindSafe for ParamSpecUIntBuilder<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more