Struct pixel_game_lib::Potato 
source · pub struct Potato<P, E> {
    pub center: Vec3<P>,
    pub radius: Extent3<E>,
}Expand description
Re-export vek types. Nobody can possibly use this ???
Fields§
§center: Vec3<P>§radius: Extent3<E>Trait Implementations§
source§impl<'de, P, E> Deserialize<'de> for Potato<P, E>where
    P: Deserialize<'de>,
    E: Deserialize<'de>,
 
impl<'de, P, E> Deserialize<'de> for Potato<P, E>where
    P: Deserialize<'de>,
    E: Deserialize<'de>,
source§fn deserialize<__D>(
    __deserializer: __D
) -> Result<Potato<P, E>, <__D as Deserializer<'de>>::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(
    __deserializer: __D
) -> Result<Potato<P, E>, <__D as Deserializer<'de>>::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<P, E> PartialEq for Potato<P, E>
 
impl<P, E> PartialEq for Potato<P, E>
source§impl<P, E> Serialize for Potato<P, E>
 
impl<P, E> Serialize for Potato<P, E>
source§fn serialize<__S>(
    &self,
    __serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
    __S: Serializer,
 
fn serialize<__S>(
    &self,
    __serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
    __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl<P, E> Copy for Potato<P, E>
impl<P, E> Eq for Potato<P, E>
impl<P, E> StructuralEq for Potato<P, E>
impl<P, E> StructuralPartialEq for Potato<P, E>
Auto Trait Implementations§
impl<P, E> RefUnwindSafe for Potato<P, E>where
    E: RefUnwindSafe,
    P: RefUnwindSafe,
impl<P, E> Send for Potato<P, E>
impl<P, E> Sync for Potato<P, E>
impl<P, E> Unpin for Potato<P, E>
impl<P, E> UnwindSafe for Potato<P, E>where
    E: UnwindSafe,
    P: UnwindSafe,
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
source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more