pub struct SemanticsRoot {
pub root: NodeId,
pub visible: bool,
pub blocks_underlay_input: bool,
pub hit_testable: bool,
pub z_index: u32,
}Fields§
§root: NodeId§visible: bool§blocks_underlay_input: bool§hit_testable: bool§z_index: u32Paint order index within the window (0 = back/bottom).
Trait Implementations§
Source§impl Clone for SemanticsRoot
impl Clone for SemanticsRoot
Source§fn clone(&self) -> SemanticsRoot
fn clone(&self) -> SemanticsRoot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SemanticsRoot
impl RefUnwindSafe for SemanticsRoot
impl Send for SemanticsRoot
impl Sync for SemanticsRoot
impl Unpin for SemanticsRoot
impl UnsafeUnpin for SemanticsRoot
impl UnwindSafe for SemanticsRoot
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