pub enum CommandBufferDescriptorExtension {}Auto Trait Implementations§
impl Freeze for CommandBufferDescriptorExtension
impl RefUnwindSafe for CommandBufferDescriptorExtension
impl Send for CommandBufferDescriptorExtension
impl Sync for CommandBufferDescriptorExtension
impl Unpin for CommandBufferDescriptorExtension
impl UnwindSafe for CommandBufferDescriptorExtension
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