#[repr(C)]pub struct RenderPipelineVt {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for RenderPipelineVt
impl Clone for RenderPipelineVt
Source§fn clone(&self) -> RenderPipelineVt
fn clone(&self) -> RenderPipelineVt
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 Default for RenderPipelineVt
impl Default for RenderPipelineVt
Source§fn default() -> RenderPipelineVt
fn default() -> RenderPipelineVt
Returns the “default value” for a type. Read more
impl Copy for RenderPipelineVt
Auto Trait Implementations§
impl Freeze for RenderPipelineVt
impl RefUnwindSafe for RenderPipelineVt
impl Send for RenderPipelineVt
impl Sync for RenderPipelineVt
impl Unpin for RenderPipelineVt
impl UnwindSafe for RenderPipelineVt
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