Struct PropertySelector
pub struct PropertySelector<T> {
pub index: u8,
pub offset: u8,
pub length: u8,
}
Fields
index: u8offset: u8length: u8pub struct PropertySelector<T> {
pub index: u8,
pub offset: u8,
pub length: u8,
}
index: u8offset: u8length: u8impl<T> PropertySelector<T>
Locates a note property inside the packed note.
Tis the type of the selected property: it is not stored, and is only used to validate the selector when constructing aSelectorSortcriterion.