pub struct SharedTextureMemoryAHardwareBufferProperties {
pub y_cb_cr_info: Option<YCbCrVkDescriptor>,
}Fields§
§y_cb_cr_info: Option<YCbCrVkDescriptor>Implementations§
Trait Implementations§
Source§fn from(ext: SharedTextureMemoryAHardwareBufferProperties) -> Self
fn from(ext: SharedTextureMemoryAHardwareBufferProperties) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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