#[repr(C)]pub struct WGPUChainedStruct {
pub next: *mut WGPUChainedStruct,
pub sType: WGPUSType,
}Fields§
§next: *mut WGPUChainedStruct§sType: WGPUSTypeTrait Implementations§
Source§impl Clone for WGPUChainedStruct
impl Clone for WGPUChainedStruct
Source§fn clone(&self) -> WGPUChainedStruct
fn clone(&self) -> WGPUChainedStruct
Returns a duplicate 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
Source§impl Default for WGPUChainedStruct
impl Default for WGPUChainedStruct
Source§impl Hash for WGPUChainedStruct
impl Hash for WGPUChainedStruct
Source§impl Ord for WGPUChainedStruct
impl Ord for WGPUChainedStruct
Source§fn cmp(&self, other: &WGPUChainedStruct) -> Ordering
fn cmp(&self, other: &WGPUChainedStruct) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUChainedStruct
impl PartialEq for WGPUChainedStruct
Source§impl PartialOrd for WGPUChainedStruct
impl PartialOrd for WGPUChainedStruct
impl Copy for WGPUChainedStruct
impl Eq for WGPUChainedStruct
impl StructuralPartialEq 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