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