#[repr(C)]pub struct BGSActorCellEvent {
pub __base: BGSActorEvent,
/* private fields */
}
Fields§
§__base: BGSActorEvent
Trait Implementations§
Source§impl Clone for BGSActorCellEvent
impl Clone for BGSActorCellEvent
Source§fn clone(&self) -> BGSActorCellEvent
fn clone(&self) -> BGSActorCellEvent
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 BGSActorCellEvent
impl Debug for BGSActorCellEvent
Source§impl PartialEq for BGSActorCellEvent
impl PartialEq for BGSActorCellEvent
impl StructuralPartialEq for BGSActorCellEvent
Auto Trait Implementations§
impl Freeze for BGSActorCellEvent
impl RefUnwindSafe for BGSActorCellEvent
impl !Send for BGSActorCellEvent
impl !Sync for BGSActorCellEvent
impl Unpin for BGSActorCellEvent
impl UnwindSafe for BGSActorCellEvent
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