pub struct BbmHelperPoint {
pub matrix: Vec<f32>,
pub hierarchy: i32,
}Fields§
§matrix: Vec<f32>§hierarchy: i32Auto Trait Implementations§
impl Freeze for BbmHelperPoint
impl RefUnwindSafe for BbmHelperPoint
impl Send for BbmHelperPoint
impl Sync for BbmHelperPoint
impl Unpin for BbmHelperPoint
impl UnwindSafe for BbmHelperPoint
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