Struct glib::ParamSpecInt64Builder 
source · pub struct ParamSpecInt64Builder<'a> { /* private fields */ }Implementations§
source§impl<'a> ParamSpecInt64Builder<'a>
 
impl<'a> ParamSpecInt64Builder<'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: i64) -> Self
 
pub fn default_value(self, value: i64) -> Self
Default: <i64 as Default>::default()
pub fn build(self) -> ParamSpec
Trait Implementations§
source§impl<'a> Default for ParamSpecInt64Builder<'a>
 
impl<'a> Default for ParamSpecInt64Builder<'a>
source§fn default() -> ParamSpecInt64Builder<'a>
 
fn default() -> ParamSpecInt64Builder<'a>
Returns the “default value” for a type. Read more