pub struct ResponseQueryRenderTargetColorDataText {
pub id: RenderTargetId,
pub attachment_index: usize,
pub width: usize,
pub height: usize,
pub value_type: TargetValueType,
pub bytes_range: Range<usize>,
}
Fields§
§id: RenderTargetId
§attachment_index: usize
§width: usize
§height: usize
§value_type: TargetValueType
§bytes_range: Range<usize>
Trait Implementations§
source§impl<'de> Deserialize<'de> for ResponseQueryRenderTargetColorDataText
impl<'de> Deserialize<'de> for ResponseQueryRenderTargetColorDataText
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
Auto Trait Implementations§
impl RefUnwindSafe for ResponseQueryRenderTargetColorDataText
impl Send for ResponseQueryRenderTargetColorDataText
impl Sync for ResponseQueryRenderTargetColorDataText
impl Unpin for ResponseQueryRenderTargetColorDataText
impl UnwindSafe for ResponseQueryRenderTargetColorDataText
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