#[repr(C)]pub struct BGSActorDeathEvent;
Trait Implementations§
Source§impl Clone for BGSActorDeathEvent
impl Clone for BGSActorDeathEvent
Source§fn clone(&self) -> BGSActorDeathEvent
fn clone(&self) -> BGSActorDeathEvent
Returns a copy 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 BGSActorDeathEvent
impl Debug for BGSActorDeathEvent
Source§impl Hash for BGSActorDeathEvent
impl Hash for BGSActorDeathEvent
Source§impl Ord for BGSActorDeathEvent
impl Ord for BGSActorDeathEvent
Source§fn cmp(&self, other: &BGSActorDeathEvent) -> Ordering
fn cmp(&self, other: &BGSActorDeathEvent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BGSActorDeathEvent
impl PartialEq for BGSActorDeathEvent
Source§impl PartialOrd for BGSActorDeathEvent
impl PartialOrd for BGSActorDeathEvent
impl Eq for BGSActorDeathEvent
impl StructuralPartialEq for BGSActorDeathEvent
Auto Trait Implementations§
impl Freeze for BGSActorDeathEvent
impl RefUnwindSafe for BGSActorDeathEvent
impl Send for BGSActorDeathEvent
impl Sync for BGSActorDeathEvent
impl Unpin for BGSActorDeathEvent
impl UnwindSafe for BGSActorDeathEvent
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