pub struct WaveFile {
pub evolution: u64,
/* private fields */
}Expand description
The Wave-File itself - a living phase matrix
Fields§
§evolution: u64Implementations§
Source§impl WaveFile
impl WaveFile
Sourcepub fn from_text(text: &str) -> Self
pub fn from_text(text: &str) -> Self
Create from text - spaces and tabs are resonance chambers!
Sourcepub fn illuminate(&self, mode: IlluminationMode) -> String
pub fn illuminate(&self, mode: IlluminationMode) -> String
Special illumination modes
Auto Trait Implementations§
impl Freeze for WaveFile
impl RefUnwindSafe for WaveFile
impl Send for WaveFile
impl Sync for WaveFile
impl Unpin for WaveFile
impl UnwindSafe for WaveFile
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