#[repr(C)]pub struct BufferCollectionCreateInfoFUCHSIA {
pub sType: StructureType,
pub pNext: *const c_void,
pub collectionToken: u32,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§collectionToken: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BufferCollectionCreateInfoFUCHSIA
impl RefUnwindSafe for BufferCollectionCreateInfoFUCHSIA
impl !Send for BufferCollectionCreateInfoFUCHSIA
impl !Sync for BufferCollectionCreateInfoFUCHSIA
impl Unpin for BufferCollectionCreateInfoFUCHSIA
impl UnwindSafe for BufferCollectionCreateInfoFUCHSIA
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