pub struct DataViewListCtrlBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> DataViewListCtrlBuilder<'a>
impl<'a> DataViewListCtrlBuilder<'a>
pub fn new(parent: &'a dyn WxWidget) -> Self
Sourcepub fn with_style(self, style: DataViewStyle) -> Self
pub fn with_style(self, style: DataViewStyle) -> Self
Sets the window style flags.
Sourcepub fn build(self) -> DataViewListCtrl
pub fn build(self) -> DataViewListCtrl
Builds the widget.
Trait Implementations§
Source§impl<'a> Clone for DataViewListCtrlBuilder<'a>
impl<'a> Clone for DataViewListCtrlBuilder<'a>
Source§fn clone(&self) -> DataViewListCtrlBuilder<'a>
fn clone(&self) -> DataViewListCtrlBuilder<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for DataViewListCtrlBuilder<'a>
impl<'a> !RefUnwindSafe for DataViewListCtrlBuilder<'a>
impl<'a> !Send for DataViewListCtrlBuilder<'a>
impl<'a> !Sync for DataViewListCtrlBuilder<'a>
impl<'a> Unpin for DataViewListCtrlBuilder<'a>
impl<'a> !UnwindSafe for DataViewListCtrlBuilder<'a>
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