pub struct StbNode {
pub x: f64,
pub y: f64,
pub z: f64,
pub kind: StbNodeKind,
pub id_member: Option<i32>,
}Fields§
§x: f64§y: f64§z: f64§kind: StbNodeKind§id_member: Option<i32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StbNode
impl RefUnwindSafe for StbNode
impl Send for StbNode
impl Sync for StbNode
impl Unpin for StbNode
impl UnwindSafe for StbNode
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