Struct fuchsia_scenic::ContainerNode
source · pub struct ContainerNode(/* private fields */);
Implementations§
source§impl ContainerNode
impl ContainerNode
Methods from Deref<Target = Node>§
pub fn id(&self) -> u32
pub fn resource(&self) -> &Resource
pub fn set_translation(&self, x: f32, y: f32, z: f32)
pub fn set_scale(&self, x: f32, y: f32, z: f32)
pub fn set_rotation(&self, x: f32, y: f32, z: f32, w: f32)
pub fn set_anchor(&self, x: f32, y: f32, z: f32)
pub fn detach(&self)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ContainerNode
impl Send for ContainerNode
impl Sync for ContainerNode
impl Unpin for ContainerNode
impl !UnwindSafe for ContainerNode
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