pub struct WgslInParameters {
pub parse_doc_comments: bool,
}
Fields§
§parse_doc_comments: bool
Trait Implementations§
Source§impl Default for WgslInParameters
impl Default for WgslInParameters
Source§fn default() -> WgslInParameters
fn default() -> WgslInParameters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WgslInParameterswhere
WgslInParameters: Default,
impl<'de> Deserialize<'de> for WgslInParameterswhere
WgslInParameters: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&WgslInParameters> for Options
impl From<&WgslInParameters> for Options
Source§fn from(value: &WgslInParameters) -> Self
fn from(value: &WgslInParameters) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WgslInParameters
impl RefUnwindSafe for WgslInParameters
impl Send for WgslInParameters
impl Sync for WgslInParameters
impl Unpin for WgslInParameters
impl UnwindSafe for WgslInParameters
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