pub struct TextureLODGatherFormatPropertiesAmd<'s> { /* private fields */ }Expand description
A VkTextureLODGatherFormatPropertiesAMD.
Implementations§
Source§impl<'s> TextureLODGatherFormatPropertiesAmd<'s>
impl<'s> TextureLODGatherFormatPropertiesAmd<'s>
pub fn builder<'b>() -> TextureLODGatherFormatPropertiesAmdBuilder<'b>
pub unsafe fn from_raw( raw: VkTextureLODGatherFormatPropertiesAMD, ) -> TextureLODGatherFormatPropertiesAmd<'s>
pub fn next<'a>(&'a self) -> *mut c_void
pub fn supports_texture_gather_lodbias_amd<'a>(&'a self) -> bool
pub unsafe fn set_next<'m>(&mut self, next: *mut c_void)
pub fn set_supports_texture_gather_lodbias_amd<'m>( &mut self, supports_texture_gather_lodbias_amd: bool, )
pub fn as_raw(&self) -> &VkTextureLODGatherFormatPropertiesAMD
Trait Implementations§
Source§impl<'s> Clone for TextureLODGatherFormatPropertiesAmd<'s>
impl<'s> Clone for TextureLODGatherFormatPropertiesAmd<'s>
Source§fn clone(&self) -> TextureLODGatherFormatPropertiesAmd<'s>
fn clone(&self) -> TextureLODGatherFormatPropertiesAmd<'s>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'s> Debug for TextureLODGatherFormatPropertiesAmd<'s>
impl<'s> Debug for TextureLODGatherFormatPropertiesAmd<'s>
Source§impl<'s> Default for TextureLODGatherFormatPropertiesAmd<'s>
impl<'s> Default for TextureLODGatherFormatPropertiesAmd<'s>
Source§fn default() -> TextureLODGatherFormatPropertiesAmd<'s>
fn default() -> TextureLODGatherFormatPropertiesAmd<'s>
Returns the “default value” for a type. Read more
Source§impl<'s> From<TextureLODGatherFormatPropertiesAmd<'s>> for VkTextureLODGatherFormatPropertiesAMD
impl<'s> From<TextureLODGatherFormatPropertiesAmd<'s>> for VkTextureLODGatherFormatPropertiesAMD
Source§fn from(
f: TextureLODGatherFormatPropertiesAmd<'s>,
) -> VkTextureLODGatherFormatPropertiesAMD
fn from( f: TextureLODGatherFormatPropertiesAmd<'s>, ) -> VkTextureLODGatherFormatPropertiesAMD
Converts to this type from the input type.
Auto Trait Implementations§
impl<'s> Freeze for TextureLODGatherFormatPropertiesAmd<'s>
impl<'s> RefUnwindSafe for TextureLODGatherFormatPropertiesAmd<'s>
impl<'s> !Send for TextureLODGatherFormatPropertiesAmd<'s>
impl<'s> !Sync for TextureLODGatherFormatPropertiesAmd<'s>
impl<'s> Unpin for TextureLODGatherFormatPropertiesAmd<'s>
impl<'s> UnwindSafe for TextureLODGatherFormatPropertiesAmd<'s>
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