pub struct FunctionSet {
pub data_length: DataLength,
pub number_of_lines: NumberOfLines,
pub character_font: CharacterFont,
}Fields§
§data_length: DataLength§number_of_lines: NumberOfLines§character_font: CharacterFontTrait Implementations§
Source§impl AsyncCommand for FunctionSet
Available on crate feature async only.
impl AsyncCommand for FunctionSet
Available on crate feature
async only.Source§impl Clone for FunctionSet
impl Clone for FunctionSet
Source§fn clone(&self) -> FunctionSet
fn clone(&self) -> FunctionSet
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 Debug for FunctionSet
impl Debug for FunctionSet
Source§impl Default for FunctionSet
impl Default for FunctionSet
Source§impl From<FunctionSet> for Commands
impl From<FunctionSet> for Commands
Source§fn from(cmd: FunctionSet) -> Self
fn from(cmd: FunctionSet) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FunctionSet
impl PartialEq for FunctionSet
Source§impl SyncCommand for FunctionSet
impl SyncCommand for FunctionSet
impl Eq for FunctionSet
impl StructuralPartialEq for FunctionSet
Auto Trait Implementations§
impl Freeze for FunctionSet
impl RefUnwindSafe for FunctionSet
impl Send for FunctionSet
impl Sync for FunctionSet
impl Unpin for FunctionSet
impl UnwindSafe for FunctionSet
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