#[repr(C)]pub struct WGPUChainedStruct {
pub next: *mut WGPUChainedStruct,
pub sType: c_int,
}Fields§
§next: *mut WGPUChainedStruct§sType: c_intTrait Implementations§
Source§impl Clone for WGPUChainedStruct
impl Clone for WGPUChainedStruct
Source§fn clone(&self) -> WGPUChainedStruct
fn clone(&self) -> WGPUChainedStruct
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WGPUChainedStruct
impl Debug for WGPUChainedStruct
impl Copy for WGPUChainedStruct
Auto Trait Implementations§
impl Freeze for WGPUChainedStruct
impl RefUnwindSafe for WGPUChainedStruct
impl !Send for WGPUChainedStruct
impl !Sync for WGPUChainedStruct
impl Unpin for WGPUChainedStruct
impl UnwindSafe for WGPUChainedStruct
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