pub struct FutharkExtSourceBuffer {
pub sections: Vec<(String, String)>,
pub current: String,
}Expand description
Futhark source buffer (accumulates emitted code)
Fields§
§sections: Vec<(String, String)>§current: StringImplementations§
Trait Implementations§
Source§impl Debug for FutharkExtSourceBuffer
impl Debug for FutharkExtSourceBuffer
Source§impl Default for FutharkExtSourceBuffer
impl Default for FutharkExtSourceBuffer
Source§fn default() -> FutharkExtSourceBuffer
fn default() -> FutharkExtSourceBuffer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FutharkExtSourceBuffer
impl RefUnwindSafe for FutharkExtSourceBuffer
impl Send for FutharkExtSourceBuffer
impl Sync for FutharkExtSourceBuffer
impl Unpin for FutharkExtSourceBuffer
impl UnsafeUnpin for FutharkExtSourceBuffer
impl UnwindSafe for FutharkExtSourceBuffer
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