#[repr(usize)]pub enum NodeRust {
Small = 0,
Large = 1,
Ferris = 2,
}Available on crate features
icons and find_icons only.Expand description
Represents one of the three avilable default nodes for Rust.
Variants§
Small = 0
Small version of the icon based on the godot-rust logo.
Large = 1
Large version of the icon based on the godot-rust logo.
Ferris = 2
Icon based on Rust’s Ferris.
Trait Implementations§
impl Copy for NodeRust
impl StructuralPartialEq for NodeRust
Auto Trait Implementations§
impl Freeze for NodeRust
impl RefUnwindSafe for NodeRust
impl Send for NodeRust
impl Sync for NodeRust
impl Unpin for NodeRust
impl UnwindSafe for NodeRust
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