#[repr(C)]pub struct BufferCollectionImageCreateInfoFUCHSIA {
pub sType: StructureType,
pub pNext: *const c_void,
pub collection: BufferCollectionFUCHSIA,
pub index: u32,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§collection: BufferCollectionFUCHSIA
§index: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BufferCollectionImageCreateInfoFUCHSIA
impl RefUnwindSafe for BufferCollectionImageCreateInfoFUCHSIA
impl !Send for BufferCollectionImageCreateInfoFUCHSIA
impl !Sync for BufferCollectionImageCreateInfoFUCHSIA
impl Unpin for BufferCollectionImageCreateInfoFUCHSIA
impl UnwindSafe for BufferCollectionImageCreateInfoFUCHSIA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more