pub struct BSAnimationGraphEvent {
pub tag: BSFixedString,
pub holder: *mut TESObjectREFR,
pub payload: BSFixedString,
}
Fields§
§tag: BSFixedString
§holder: *mut TESObjectREFR
§payload: BSFixedString
Trait Implementations§
Source§impl Clone for BSAnimationGraphEvent
impl Clone for BSAnimationGraphEvent
Source§fn clone(&self) -> BSAnimationGraphEvent
fn clone(&self) -> BSAnimationGraphEvent
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 BSAnimationGraphEvent
impl Debug for BSAnimationGraphEvent
Source§impl PartialEq for BSAnimationGraphEvent
impl PartialEq for BSAnimationGraphEvent
impl Eq for BSAnimationGraphEvent
impl StructuralPartialEq for BSAnimationGraphEvent
Auto Trait Implementations§
impl Freeze for BSAnimationGraphEvent
impl RefUnwindSafe for BSAnimationGraphEvent
impl !Send for BSAnimationGraphEvent
impl !Sync for BSAnimationGraphEvent
impl Unpin for BSAnimationGraphEvent
impl UnwindSafe for BSAnimationGraphEvent
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