pub struct CxPlatformShader {
pub library: *mut Object,
pub pipeline_state: *mut Object,
pub geom_vbuf: MetalBuffer,
pub geom_ibuf: MetalBuffer,
}Fields§
§library: *mut Object§pipeline_state: *mut Object§geom_vbuf: MetalBuffer§geom_ibuf: MetalBufferTrait Implementations§
Source§impl Clone for CxPlatformShader
impl Clone for CxPlatformShader
Source§fn clone(&self) -> CxPlatformShader
fn clone(&self) -> CxPlatformShader
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 PartialEq for CxPlatformShader
impl PartialEq for CxPlatformShader
Auto Trait Implementations§
impl Freeze for CxPlatformShader
impl RefUnwindSafe for CxPlatformShader
impl !Send for CxPlatformShader
impl !Sync for CxPlatformShader
impl Unpin for CxPlatformShader
impl UnwindSafe for CxPlatformShader
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