Struct ExAddCheckItem
pub struct ExAddCheckItem<'a> { /* private fields */ }
Expand description
Default-param extender for PopupMenu::add_check_item_ex
.
Implementations§
§impl<'a> ExAddCheckItem<'a>
impl<'a> ExAddCheckItem<'a>
pub fn id(self, value: i32) -> ExAddCheckItem<'a>
pub fn accel(self, value: Key) -> ExAddCheckItem<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExAddCheckItem<'a>
impl<'a> RefUnwindSafe for ExAddCheckItem<'a>
impl<'a> !Send for ExAddCheckItem<'a>
impl<'a> !Sync for ExAddCheckItem<'a>
impl<'a> Unpin for ExAddCheckItem<'a>
impl<'a> !UnwindSafe for ExAddCheckItem<'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