#[repr(C)]pub struct GskGLShaderNode { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GskGLShaderNode
impl RefUnwindSafe for GskGLShaderNode
impl !Send for GskGLShaderNode
impl !Sync for GskGLShaderNode
impl !Unpin for GskGLShaderNode
impl UnwindSafe for GskGLShaderNode
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