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

Required methods

Implementations on Foreign Types

Implementors