pub struct LosBlock {
pub x: f32,
pub y: f32,
pub z: f32,
pub kind: LosBlockKind,
}Fields§
§x: f32§y: f32§z: f32§kind: LosBlockKindTrait Implementations§
impl Copy for LosBlock
impl StructuralPartialEq for LosBlock
Auto Trait Implementations§
impl Freeze for LosBlock
impl RefUnwindSafe for LosBlock
impl Send for LosBlock
impl Sync for LosBlock
impl Unpin for LosBlock
impl UnsafeUnpin for LosBlock
impl UnwindSafe for LosBlock
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