Struct citro3d::shader::Entrypoint
source · pub struct Entrypoint<'lib> { /* private fields */ }
Expand description
A shader library entrypoint (also called DVLE). This represents either a vertex or a geometry shader.
Trait Implementations§
source§impl<'lib> Clone for Entrypoint<'lib>
impl<'lib> Clone for Entrypoint<'lib>
source§fn clone(&self) -> Entrypoint<'lib>
fn clone(&self) -> Entrypoint<'lib>
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl<'lib> Copy for Entrypoint<'lib>
Auto Trait Implementations§
impl<'lib> RefUnwindSafe for Entrypoint<'lib>
impl<'lib> !Send for Entrypoint<'lib>
impl<'lib> !Sync for Entrypoint<'lib>
impl<'lib> Unpin for Entrypoint<'lib>
impl<'lib> UnwindSafe for Entrypoint<'lib>
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more