pub struct WingNodeData { /* private fields */ }Implementations§
Source§impl WingNodeData
impl WingNodeData
pub fn new() -> Self
pub fn with_string(s: String) -> Self
pub fn with_float(f: f32) -> Self
pub fn with_i32(i: i32) -> Self
pub fn with_i16(i: i16) -> Self
pub fn with_i8(i: i8) -> Self
pub fn get_string(&self) -> String
pub fn get_float(&self) -> f32
pub fn get_int(&self) -> i32
pub fn has_string(&self) -> bool
pub fn has_float(&self) -> bool
pub fn has_int(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WingNodeData
impl RefUnwindSafe for WingNodeData
impl Send for WingNodeData
impl Sync for WingNodeData
impl Unpin for WingNodeData
impl UnwindSafe for WingNodeData
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