pub enum UiNodeKind {
Show 22 variants
Root,
Group,
Text,
Image,
Icon,
Glow,
BackdropBlur,
BackdropBlurPath,
Overlay,
Line,
Path,
Ellipse,
Panel,
Button,
Table,
TableRow,
CompositingLayer,
StaticLayer,
ScrollRaster,
Clip,
ClipPath,
Custom(&'static str),
}Variants§
Root
Group
Text
Image
Icon
Glow
BackdropBlur
BackdropBlurPath
Overlay
Line
Path
Ellipse
Panel
Button
Table
TableRow
CompositingLayer
StaticLayer
ScrollRaster
Clip
ClipPath
Custom(&'static str)
Trait Implementations§
Source§impl Clone for UiNodeKind
impl Clone for UiNodeKind
Source§fn clone(&self) -> UiNodeKind
fn clone(&self) -> UiNodeKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UiNodeKind
Source§impl Debug for UiNodeKind
impl Debug for UiNodeKind
impl Eq for UiNodeKind
Source§impl PartialEq for UiNodeKind
impl PartialEq for UiNodeKind
impl StructuralPartialEq for UiNodeKind
Auto Trait Implementations§
impl Freeze for UiNodeKind
impl RefUnwindSafe for UiNodeKind
impl Send for UiNodeKind
impl Sync for UiNodeKind
impl Unpin for UiNodeKind
impl UnsafeUnpin for UiNodeKind
impl UnwindSafe for UiNodeKind
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