#[repr(C)]pub struct WGPUBufferBindingLayout {
pub nextInChain: *mut WGPUChainedStruct,
pub type_: c_int,
pub hasDynamicOffset: WGPUBool,
pub minBindingSize: u64,
}Fields§
§nextInChain: *mut WGPUChainedStruct§type_: c_int§hasDynamicOffset: WGPUBool§minBindingSize: u64Trait Implementations§
Source§impl Clone for WGPUBufferBindingLayout
impl Clone for WGPUBufferBindingLayout
Source§fn clone(&self) -> WGPUBufferBindingLayout
fn clone(&self) -> WGPUBufferBindingLayout
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 WGPUBufferBindingLayout
impl Debug for WGPUBufferBindingLayout
impl Copy for WGPUBufferBindingLayout
Auto Trait Implementations§
impl Freeze for WGPUBufferBindingLayout
impl RefUnwindSafe for WGPUBufferBindingLayout
impl !Send for WGPUBufferBindingLayout
impl !Sync for WGPUBufferBindingLayout
impl Unpin for WGPUBufferBindingLayout
impl UnwindSafe for WGPUBufferBindingLayout
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