#[repr(transparent)]pub struct WGPUSType(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
Source§impl Ord for WGPUSType
impl Ord for WGPUSType
Source§impl PartialOrd for WGPUSType
impl PartialOrd for WGPUSType
impl Copy for WGPUSType
impl Eq for WGPUSType
impl StructuralPartialEq for WGPUSType
Auto Trait Implementations§
impl Freeze for WGPUSType
impl RefUnwindSafe for WGPUSType
impl Send for WGPUSType
impl Sync for WGPUSType
impl Unpin for WGPUSType
impl UnwindSafe for WGPUSType
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