pub struct sPackedStartEventsOfProtectionEquipment { /* private fields */ }Trait Implementations§
Source§impl Clone for sPackedStartEventsOfProtectionEquipment
impl Clone for sPackedStartEventsOfProtectionEquipment
Source§fn clone(&self) -> sPackedStartEventsOfProtectionEquipment
fn clone(&self) -> sPackedStartEventsOfProtectionEquipment
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 moreimpl Copy for sPackedStartEventsOfProtectionEquipment
Auto Trait Implementations§
impl Freeze for sPackedStartEventsOfProtectionEquipment
impl RefUnwindSafe for sPackedStartEventsOfProtectionEquipment
impl Send for sPackedStartEventsOfProtectionEquipment
impl Sync for sPackedStartEventsOfProtectionEquipment
impl Unpin for sPackedStartEventsOfProtectionEquipment
impl UnwindSafe for sPackedStartEventsOfProtectionEquipment
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