#[repr(C)]pub struct BGSStoryEvent {
pub id: u32,
pub index: u32,
pub members: [u64; 6],
}
Fields§
§id: u32
§index: u32
§members: [u64; 6]
Trait Implementations§
Source§impl Clone for BGSStoryEvent
impl Clone for BGSStoryEvent
Source§fn clone(&self) -> BGSStoryEvent
fn clone(&self) -> BGSStoryEvent
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 moreAuto Trait Implementations§
impl Freeze for BGSStoryEvent
impl RefUnwindSafe for BGSStoryEvent
impl Send for BGSStoryEvent
impl Sync for BGSStoryEvent
impl Unpin for BGSStoryEvent
impl UnwindSafe for BGSStoryEvent
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