Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ pop
Method
pop
perro_source/core/perro_structs/src/structs/bit_mask.rs:234–239 ·
view source on GitHub ↗
(&mut self, layers: L)
Source
from the content-addressed store, hash-verified
232
233
#[inline]
234
pub fn pop<L>(&mut self, layers: L)
235
where
236
L: IntoBitMaskLayers,
237
{
238
*self = self.popped(layers);
239
}
240
241
#[inline]
242
pub fn popped<L>(self, layers: L) -> Self
Callers
15
preview_runtime_order
Function · 0.45
disable_preview_runtime_input
Function · 0.45
collect_inner
Function · 0.45
undo_scene_doc
Function · 0.45
redo_scene_doc
Function · 0.45
rename_bitmask_instance
Function · 0.45
inspector_row_parent_indices
Function · 0.45
set_scene_tree_list
Function · 0.45
set_file_tree_list
Function · 0.45
rename_value_row
Function · 0.45
collect_node_field_type_paths
Function · 0.45
push_value_rows
Function · 0.45
Calls
1
popped
Method · 0.80
Tested by
7
rename_value_row
Function · 0.36
collect_node_field_type_paths
Function · 0.36
push_value_rows
Function · 0.36
push_enum_payload_rows
Function · 0.36
push_and_pop_mutate_layers
Function · 0.36
pop_then_push_restores_all_layers
Function · 0.36
layer_helper_combos_match
Function · 0.36