Trait bevy_steamworks::Callback[][src]

pub unsafe trait Callback {
    const ID: i32;
    const SIZE: i32;

    unsafe fn from_raw(raw: *mut c_void) -> Self;
}

Associated Constants

const ID: i32[src]

const SIZE: i32[src]

Loading content...

Required methods

unsafe fn from_raw(raw: *mut c_void) -> Self[src]

Loading content...

Implementations on Foreign Types

impl Callback for Result<DownloadItemResult, SteamError>[src]

pub const ID: i32[src]

pub const SIZE: i32[src]

pub unsafe fn from_raw(
    raw: *mut c_void
) -> Result<DownloadItemResult, SteamError>
[src]

Loading content...

Implementors

Loading content...