Struct glib::ParamSpecUInt64Builder
source · [−]pub struct ParamSpecUInt64Builder<'a> { /* private fields */ }
Implementations
sourceimpl<'a> ParamSpecUInt64Builder<'a>
impl<'a> ParamSpecUInt64Builder<'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: u64) -> Self
pub fn default_value(self, value: u64) -> Self
Default: <u64 as Default>::default()
pub fn build(self) -> ParamSpec
Trait Implementations
sourceimpl<'a> Default for ParamSpecUInt64Builder<'a>
impl<'a> Default for ParamSpecUInt64Builder<'a>
sourcefn default() -> ParamSpecUInt64Builder<'a>
fn default() -> ParamSpecUInt64Builder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for ParamSpecUInt64Builder<'a>
impl<'a> Send for ParamSpecUInt64Builder<'a>
impl<'a> Sync for ParamSpecUInt64Builder<'a>
impl<'a> Unpin for ParamSpecUInt64Builder<'a>
impl<'a> UnwindSafe for ParamSpecUInt64Builder<'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