shards

Type Alias ShardsPop

Source
pub type ShardsPop = Option<unsafe extern "C" fn(arg1: *mut Shards) -> ShardPtr>;

Aliased Type§

enum ShardsPop {
    None,
    Some(unsafe extern "C" fn(_: *mut Shards) -> *mut Shard),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut Shards) -> *mut Shard)

Some value of type T.