pub struct SpirvInParameters {
pub adjust_coordinate_space: bool,
}
Fields§
§adjust_coordinate_space: bool
Trait Implementations§
Source§impl Default for SpirvInParameters
impl Default for SpirvInParameters
Source§fn default() -> SpirvInParameters
fn default() -> SpirvInParameters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SpirvInParameterswhere
SpirvInParameters: Default,
impl<'de> Deserialize<'de> for SpirvInParameterswhere
SpirvInParameters: 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<&SpirvInParameters> for Options
impl From<&SpirvInParameters> for Options
Source§fn from(value: &SpirvInParameters) -> Self
fn from(value: &SpirvInParameters) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SpirvInParameters
impl RefUnwindSafe for SpirvInParameters
impl Send for SpirvInParameters
impl Sync for SpirvInParameters
impl Unpin for SpirvInParameters
impl UnwindSafe for SpirvInParameters
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