#[repr(C)]pub struct ZeGroupCount {
pub group_count_x: u32,
pub group_count_y: u32,
pub group_count_z: u32,
}Fields§
§group_count_x: u32§group_count_y: u32§group_count_z: u32Trait Implementations§
Source§impl Clone for ZeGroupCount
impl Clone for ZeGroupCount
Source§fn clone(&self) -> ZeGroupCount
fn clone(&self) -> ZeGroupCount
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ZeGroupCount
Auto Trait Implementations§
impl Freeze for ZeGroupCount
impl RefUnwindSafe for ZeGroupCount
impl Send for ZeGroupCount
impl Sync for ZeGroupCount
impl Unpin for ZeGroupCount
impl UnsafeUnpin for ZeGroupCount
impl UnwindSafe for ZeGroupCount
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