pub struct AssignedItems(/* private fields */);Expand description
Assigned items in the loadout
Implementations§
Source§impl AssignedItems
impl AssignedItems
Sourcepub fn set_terminal(&mut self, terminal: String)
pub fn set_terminal(&mut self, terminal: String)
Set the class name of the assigned terminal
Sourcepub fn set_compass(&mut self, compass: String)
pub fn set_compass(&mut self, compass: String)
Set the class name of the assigned compass
Trait Implementations§
Source§impl Clone for AssignedItems
impl Clone for AssignedItems
Source§fn clone(&self) -> AssignedItems
fn clone(&self) -> AssignedItems
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 AssignedItems
impl Debug for AssignedItems
Source§impl Default for AssignedItems
impl Default for AssignedItems
Source§fn default() -> AssignedItems
fn default() -> AssignedItems
Returns the “default value” for a type. Read more
Source§impl FromArma for AssignedItems
impl FromArma for AssignedItems
Source§impl IntoArma for AssignedItems
impl IntoArma for AssignedItems
Source§impl PartialEq for AssignedItems
impl PartialEq for AssignedItems
impl Eq for AssignedItems
impl StructuralPartialEq for AssignedItems
Auto Trait Implementations§
impl Freeze for AssignedItems
impl RefUnwindSafe for AssignedItems
impl Send for AssignedItems
impl Sync for AssignedItems
impl Unpin for AssignedItems
impl UnwindSafe for AssignedItems
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