Struct arcdps::extras::ExtrasSubscriberInfoHeader
source · #[repr(C)]pub struct ExtrasSubscriberInfoHeader {
pub info_version: u32,
pub unused1: u32,
}
Expand description
Subscriber header shared across different versions.
Fields§
§info_version: u32
The version of the following info struct This has to be set to the version you want to use.
unused1: u32
Unused padding.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtrasSubscriberInfoHeader
impl RefUnwindSafe for ExtrasSubscriberInfoHeader
impl Send for ExtrasSubscriberInfoHeader
impl Sync for ExtrasSubscriberInfoHeader
impl Unpin for ExtrasSubscriberInfoHeader
impl UnwindSafe for ExtrasSubscriberInfoHeader
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