[][src]Struct gaiku_common::Gaiku

pub struct Gaiku { /* fields omitted */ }

Methods

impl Gaiku[src]

pub fn new(data: Vec<Chunk>, size: Point3<f64>) -> Self[src]

pub fn query(&self, boundary: &Boundary) -> Vec<Chunk>[src]

pub fn get_chunk(&self, point: &Point3<f64>) -> Option<Chunk>[src]

pub fn set_chunk(&mut self, chunk: &Chunk) -> bool[src]

Auto Trait Implementations

impl Send for Gaiku

impl Sync for Gaiku

impl Unpin for Gaiku

impl UnwindSafe for Gaiku

impl RefUnwindSafe for Gaiku

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>,