pub struct FlowwSheet { /* private fields */ }Implementations§
Source§impl FlowwSheet
impl FlowwSheet
pub fn new() -> Self
pub fn add(&mut self, floww: Floww, name: String)
pub fn get_floww_ref_by_name(&self, name: &str) -> &[Point] ⓘ
pub fn get_names(&self) -> Vec<String>
pub fn reset(&mut self, name: &str, new: Floww) -> bool
pub fn to_floww_packets(self) -> Vec<FlowwPacket>
pub fn serialize(self) -> Result<Vec<u8>, Box<ErrorKind>>
Trait Implementations§
Source§impl Clone for FlowwSheet
impl Clone for FlowwSheet
Source§fn clone(&self) -> FlowwSheet
fn clone(&self) -> FlowwSheet
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for FlowwSheet
impl Default for FlowwSheet
Source§fn default() -> FlowwSheet
fn default() -> FlowwSheet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FlowwSheet
impl RefUnwindSafe for FlowwSheet
impl Send for FlowwSheet
impl Sync for FlowwSheet
impl Unpin for FlowwSheet
impl UnwindSafe for FlowwSheet
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