pub struct ThreadGroupSize {
pub x: u32,
pub y: u32,
pub z: u32,
}Fields§
§x: u32§y: u32§z: u32Implementations§
Source§impl ThreadGroupSize
impl ThreadGroupSize
pub fn total_size(&self) -> u32
Trait Implementations§
Source§impl Clone for ThreadGroupSize
impl Clone for ThreadGroupSize
Source§fn clone(&self) -> ThreadGroupSize
fn clone(&self) -> ThreadGroupSize
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 ThreadGroupSize
impl Debug for ThreadGroupSize
Source§impl PartialEq for ThreadGroupSize
impl PartialEq for ThreadGroupSize
impl Copy for ThreadGroupSize
impl Eq for ThreadGroupSize
impl StructuralPartialEq for ThreadGroupSize
Auto Trait Implementations§
impl Freeze for ThreadGroupSize
impl RefUnwindSafe for ThreadGroupSize
impl Send for ThreadGroupSize
impl Sync for ThreadGroupSize
impl Unpin for ThreadGroupSize
impl UnwindSafe for ThreadGroupSize
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