#[repr(C)]pub struct bossContext {Show 18 fields
pub property: [u32_; 7],
pub url: [c_char; 512],
pub property_x8: u32_,
pub property_x9: u8_,
pub property_xa: [u8_; 256],
pub property_xb: [u8_; 512],
pub property_xd: [c_char; 864],
pub property_xe: u32_,
pub property_xf: [u32_; 3],
pub property_x10: u8_,
pub property_x11: u8_,
pub property_x12: u8_,
pub property_x13: u32_,
pub property_x14: u32_,
pub property_x15: [u8_; 64],
pub property_x16: u32_,
pub property_x3b: u32_,
pub property_x3e: [u8_; 512],
}Expand description
BOSS context.
Fields§
§property: [u32_; 7]§url: [c_char; 512]§property_x8: u32_§property_x9: u8_§property_xa: [u8_; 256]§property_xb: [u8_; 512]§property_xd: [c_char; 864]§property_xe: u32_§property_xf: [u32_; 3]§property_x10: u8_§property_x11: u8_§property_x12: u8_§property_x13: u32_§property_x14: u32_§property_x15: [u8_; 64]§property_x16: u32_§property_x3b: u32_§property_x3e: [u8_; 512]Trait Implementations§
Source§impl Clone for bossContext
impl Clone for bossContext
Source§fn clone(&self) -> bossContext
fn clone(&self) -> bossContext
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for bossContext
impl Debug for bossContext
Source§impl Default for bossContext
impl Default for bossContext
impl Copy for bossContext
Auto Trait Implementations§
impl Freeze for bossContext
impl RefUnwindSafe for bossContext
impl Send for bossContext
impl Sync for bossContext
impl Unpin for bossContext
impl UnwindSafe for bossContext
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)