pub struct CommandBufferState { /* private fields */ }Trait Implementations§
Source§impl Debug for CommandBufferState
impl Debug for CommandBufferState
Source§impl Default for CommandBufferState
impl Default for CommandBufferState
Source§fn default() -> CommandBufferState
fn default() -> CommandBufferState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CommandBufferState
impl RefUnwindSafe for CommandBufferState
impl Send for CommandBufferState
impl Sync for CommandBufferState
impl Unpin for CommandBufferState
impl UnwindSafe for CommandBufferState
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