pub struct DawnInjectedInvalidSType {
pub invalid_s_type: Option<SType>,
}Fields§
§invalid_s_type: Option<SType>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DawnInjectedInvalidSType
impl RefUnwindSafe for DawnInjectedInvalidSType
impl Send for DawnInjectedInvalidSType
impl Sync for DawnInjectedInvalidSType
impl Unpin for DawnInjectedInvalidSType
impl UnsafeUnpin for DawnInjectedInvalidSType
impl UnwindSafe for DawnInjectedInvalidSType
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