pub struct SceGxmVertexProgram { /* private fields */ }Trait Implementations§
Source§impl Clone for SceGxmVertexProgram
impl Clone for SceGxmVertexProgram
Source§fn clone(&self) -> SceGxmVertexProgram
fn clone(&self) -> SceGxmVertexProgram
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SceGxmVertexProgram
impl Debug for SceGxmVertexProgram
impl Copy for SceGxmVertexProgram
Auto Trait Implementations§
impl Freeze for SceGxmVertexProgram
impl RefUnwindSafe for SceGxmVertexProgram
impl Send for SceGxmVertexProgram
impl Sync for SceGxmVertexProgram
impl Unpin for SceGxmVertexProgram
impl UnsafeUnpin for SceGxmVertexProgram
impl UnwindSafe for SceGxmVertexProgram
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