#[repr(C)]pub struct BufferCollectionCreateInfoFUCHSIA {
pub s_type: StructureType,
pub next: *const c_void,
pub collection_token: zx_handle_t,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidcollection_token: zx_handle_tTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for BufferCollectionCreateInfoFUCHSIA
impl !Sync for BufferCollectionCreateInfoFUCHSIA
impl Unpin for BufferCollectionCreateInfoFUCHSIA
Blanket Implementations
Mutably borrows from an owned value. Read more