#[repr(C)]pub struct GlShaderLinkError {
pub error_id: i32,
pub info_log: AzString,
}Fields§
§error_id: i32§info_log: AzStringTrait Implementations§
Source§impl Clone for GlShaderLinkError
impl Clone for GlShaderLinkError
Source§fn clone(&self) -> GlShaderLinkError
fn clone(&self) -> GlShaderLinkError
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 GlShaderLinkError
impl Debug for GlShaderLinkError
Source§impl Display for GlShaderLinkError
impl Display for GlShaderLinkError
Source§impl Hash for GlShaderLinkError
impl Hash for GlShaderLinkError
Source§impl Ord for GlShaderLinkError
impl Ord for GlShaderLinkError
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GlShaderLinkError
impl PartialEq for GlShaderLinkError
Source§fn eq(&self, other: &GlShaderLinkError) -> bool
fn eq(&self, other: &GlShaderLinkError) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GlShaderLinkError
impl PartialOrd for GlShaderLinkError
impl Eq for GlShaderLinkError
Auto Trait Implementations§
impl Freeze for GlShaderLinkError
impl RefUnwindSafe for GlShaderLinkError
impl Send for GlShaderLinkError
impl Sync for GlShaderLinkError
impl Unpin for GlShaderLinkError
impl UnsafeUnpin for GlShaderLinkError
impl UnwindSafe for GlShaderLinkError
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