pub struct VkSampler_T { /* private fields */ }Auto Trait Implementations§
impl Freeze for VkSampler_T
impl RefUnwindSafe for VkSampler_T
impl !Send for VkSampler_T
impl !Sync for VkSampler_T
impl !Unpin for VkSampler_T
impl UnwindSafe for VkSampler_T
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