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