#[repr(C)]pub struct LogicalCashUnitItems { /* private fields */ }
Implementations§
Source§impl LogicalCashUnitItems
impl LogicalCashUnitItems
Sourcepub const fn new() -> Self
pub const fn new() -> Self
Creates a new LogicalCashUnitItems list.
Sourcepub fn create(items: [LogicalCashUnit; 83]) -> Self
pub fn create(items: [LogicalCashUnit; 83]) -> Self
Creates a new LogicalCashUnitItems list from the provided parameter.
Sourcepub fn items(&self) -> &[LogicalCashUnit]
pub fn items(&self) -> &[LogicalCashUnit]
Gets a list of the LogicalCashUnits.
Sourcepub fn items_mut(&mut self) -> &mut [LogicalCashUnit]
pub fn items_mut(&mut self) -> &mut [LogicalCashUnit]
Gets a mutable list of the LogicalCashUnits.
Sourcepub fn set_items(&mut self, items: &[LogicalCashUnit])
pub fn set_items(&mut self, items: &[LogicalCashUnit])
Sets a list of the LogicalCashUnits.
Sourcepub fn with_items(self, items: &[LogicalCashUnit]) -> Self
pub fn with_items(self, items: &[LogicalCashUnit]) -> Self
Builder function that sets a list of the LogicalCashUnits.
Trait Implementations§
Source§impl Clone for LogicalCashUnitItems
impl Clone for LogicalCashUnitItems
Source§fn clone(&self) -> LogicalCashUnitItems
fn clone(&self) -> LogicalCashUnitItems
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 LogicalCashUnitItems
impl Debug for LogicalCashUnitItems
Source§impl Default for LogicalCashUnitItems
impl Default for LogicalCashUnitItems
Source§impl From<&LogicalCashUnitItems> for XfsArray
impl From<&LogicalCashUnitItems> for XfsArray
Source§fn from(val: &LogicalCashUnitItems) -> Self
fn from(val: &LogicalCashUnitItems) -> Self
Converts to this type from the input type.
Source§impl From<&LogicalCashUnitItems> for XfsMember
impl From<&LogicalCashUnitItems> for XfsMember
Source§fn from(val: &LogicalCashUnitItems) -> Self
fn from(val: &LogicalCashUnitItems) -> Self
Converts to this type from the input type.
Source§impl From<&LogicalCashUnitItems> for XfsValue
impl From<&LogicalCashUnitItems> for XfsValue
Source§fn from(val: &LogicalCashUnitItems) -> Self
fn from(val: &LogicalCashUnitItems) -> Self
Converts to this type from the input type.
Source§impl From<LogicalCashUnitItems> for XfsArray
impl From<LogicalCashUnitItems> for XfsArray
Source§fn from(val: LogicalCashUnitItems) -> Self
fn from(val: LogicalCashUnitItems) -> Self
Converts to this type from the input type.
Source§impl From<LogicalCashUnitItems> for XfsMember
impl From<LogicalCashUnitItems> for XfsMember
Source§fn from(val: LogicalCashUnitItems) -> Self
fn from(val: LogicalCashUnitItems) -> Self
Converts to this type from the input type.
Source§impl From<LogicalCashUnitItems> for XfsValue
impl From<LogicalCashUnitItems> for XfsValue
Source§fn from(val: LogicalCashUnitItems) -> Self
fn from(val: LogicalCashUnitItems) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LogicalCashUnitItems
impl PartialEq for LogicalCashUnitItems
Source§impl TryFrom<&XfsArray> for LogicalCashUnitItems
impl TryFrom<&XfsArray> for LogicalCashUnitItems
Source§impl TryFrom<&XfsMember> for LogicalCashUnitItems
impl TryFrom<&XfsMember> for LogicalCashUnitItems
Source§impl TryFrom<&XfsValue> for LogicalCashUnitItems
impl TryFrom<&XfsValue> for LogicalCashUnitItems
Source§impl TryFrom<XfsArray> for LogicalCashUnitItems
impl TryFrom<XfsArray> for LogicalCashUnitItems
Source§impl TryFrom<XfsMember> for LogicalCashUnitItems
impl TryFrom<XfsMember> for LogicalCashUnitItems
Source§impl TryFrom<XfsValue> for LogicalCashUnitItems
impl TryFrom<XfsValue> for LogicalCashUnitItems
impl Copy for LogicalCashUnitItems
impl StructuralPartialEq for LogicalCashUnitItems
Auto Trait Implementations§
impl Freeze for LogicalCashUnitItems
impl RefUnwindSafe for LogicalCashUnitItems
impl Send for LogicalCashUnitItems
impl Sync for LogicalCashUnitItems
impl Unpin for LogicalCashUnitItems
impl UnwindSafe for LogicalCashUnitItems
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