note_viewer_options
Standalone Functions
new
new();
Takes no parameters.
select
select(&mut self, property_selector, value, comparator);
Parameters
Name | Type |
---|---|
&mut self | |
property_selector | PropertySelector |
value | T |
comparator | Option<u8> |
sort
sort(&mut self, property_selector, order);
Parameters
Name | Type |
---|---|
&mut self | |
property_selector | PropertySelector |
order | u8 |
set_limit
set_limit(&mut self, limit);
Parameters
Name | Type |
---|---|
&mut self | |
limit | u32 |
set_offset
set_offset(&mut self, offset);
Parameters
Name | Type |
---|---|
&mut self | |
offset | u32 |
set_status
set_status(&mut self, status);
Parameters
Name | Type |
---|---|
&mut self | |
status | u8 |