#[repr(C)]pub struct DebugMessage {
pub message: String,
pub source: GLenum,
pub ty: GLenum,
pub id: GLenum,
pub severity: GLenum,
}Fields§
§message: String§source: GLenum§ty: GLenum§id: GLenum§severity: GLenumAuto Trait Implementations§
impl Freeze for DebugMessage
impl RefUnwindSafe for DebugMessage
impl Send for DebugMessage
impl Sync for DebugMessage
impl Unpin for DebugMessage
impl UnwindSafe for DebugMessage
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