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