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