pub struct CellRendererSpinnerBuilder { /* private fields */ }
Implementations§
Source§impl CellRendererSpinnerBuilder
impl CellRendererSpinnerBuilder
pub fn new() -> Self
pub fn build(self) -> CellRendererSpinner
pub fn active(self, active: bool) -> Self
pub fn pulse(self, pulse: u32) -> Self
pub fn size(self, size: IconSize) -> Self
pub fn cell_background(self, cell_background: &str) -> Self
pub fn cell_background_rgba(self, cell_background_rgba: &RGBA) -> Self
pub fn cell_background_set(self, cell_background_set: bool) -> Self
pub fn height(self, height: i32) -> Self
pub fn is_expanded(self, is_expanded: bool) -> Self
pub fn is_expander(self, is_expander: bool) -> Self
pub fn mode(self, mode: CellRendererMode) -> Self
pub fn sensitive(self, sensitive: bool) -> Self
pub fn visible(self, visible: bool) -> Self
pub fn width(self, width: i32) -> Self
pub fn xalign(self, xalign: f32) -> Self
pub fn xpad(self, xpad: u32) -> Self
pub fn yalign(self, yalign: f32) -> Self
pub fn ypad(self, ypad: u32) -> Self
Auto Trait Implementations§
impl Freeze for CellRendererSpinnerBuilder
impl RefUnwindSafe for CellRendererSpinnerBuilder
impl Send for CellRendererSpinnerBuilder
impl Sync for CellRendererSpinnerBuilder
impl Unpin for CellRendererSpinnerBuilder
impl UnwindSafe for CellRendererSpinnerBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more