pub struct GLKEffectPropertyPrv { /* private fields */ }👎Deprecated: The OpenGL API is deprecated by Apple
Available on crate feature
GLKEffectProperty only.Expand description
Trait Implementations§
Source§impl Debug for GLKEffectPropertyPrv
impl Debug for GLKEffectPropertyPrv
Source§impl RefEncode for GLKEffectPropertyPrv
impl RefEncode for GLKEffectPropertyPrv
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
Auto Trait Implementations§
impl !Freeze for GLKEffectPropertyPrv
impl !RefUnwindSafe for GLKEffectPropertyPrv
impl !Send for GLKEffectPropertyPrv
impl !Sync for GLKEffectPropertyPrv
impl !Unpin for GLKEffectPropertyPrv
impl !UnwindSafe for GLKEffectPropertyPrv
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