Struct glib::ParamSpecUInt64Builder 
source · pub struct ParamSpecUInt64Builder<'a> { /* private fields */ }Implementations§
source§impl<'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§
source§impl<'a> Default for ParamSpecUInt64Builder<'a>
 
impl<'a> Default for ParamSpecUInt64Builder<'a>
source§fn default() -> ParamSpecUInt64Builder<'a>
 
fn default() -> ParamSpecUInt64Builder<'a>
Returns the “default value” for a type. Read more