#[repr(C)]pub struct EndNoise {
pub perlin: PerlinNoise,
pub mc: c_int,
}Fields§
§perlin: PerlinNoise§mc: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for EndNoise
impl RefUnwindSafe for EndNoise
impl Send for EndNoise
impl Sync for EndNoise
impl Unpin for EndNoise
impl UnwindSafe for EndNoise
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