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