Struct fuchsia_scenic::LayerStack
source · pub struct LayerStack { /* private fields */ }
Implementations§
source§impl LayerStack
impl LayerStack
pub fn new(session: SessionPtr) -> LayerStack
pub fn id(&self) -> u32
pub fn add_layer(&self, layer: &Layer)
pub fn remove_layer(&self, layer: &Layer)
pub fn remove_all_layers(&self)
Auto Trait Implementations§
impl !RefUnwindSafe for LayerStack
impl Send for LayerStack
impl Sync for LayerStack
impl Unpin for LayerStack
impl !UnwindSafe for LayerStack
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