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