#[repr(C)]
pub struct SharedMemoryData {
Show 16 fields pub header: [u8; 1024], pub touch_state: TouchState, pub pad: [u8; 960], pub mouse: [u8; 1024], pub keyboard: [u8; 1024], pub unk: [u8; 1024], pub unk_2: [u8; 1024], pub unk_3: [u8; 1024], pub unk_4: [u8; 1024], pub unk_5: [u8; 512], pub unk_6: [u8; 512], pub unk_7: [u8; 512], pub unk_8: [u8; 2048], pub controller_serials: [u8; 16384], pub controllers: [ControllerData; 10], pub unk_9: [u8; 17920],
}

Fields

header: [u8; 1024]touch_state: TouchStatepad: [u8; 960]mouse: [u8; 1024]keyboard: [u8; 1024]unk: [u8; 1024]unk_2: [u8; 1024]unk_3: [u8; 1024]unk_4: [u8; 1024]unk_5: [u8; 512]unk_6: [u8; 512]unk_7: [u8; 512]unk_8: [u8; 2048]controller_serials: [u8; 16384]controllers: [ControllerData; 10]unk_9: [u8; 17920]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.