pub struct GlslIncludeGuard {
pub macro_name: String,
}Expand description
Generates include guards for GLSL headers.
Fields§
§macro_name: StringImplementations§
Trait Implementations§
Source§impl Clone for GlslIncludeGuard
impl Clone for GlslIncludeGuard
Source§fn clone(&self) -> GlslIncludeGuard
fn clone(&self) -> GlslIncludeGuard
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GlslIncludeGuard
impl RefUnwindSafe for GlslIncludeGuard
impl Send for GlslIncludeGuard
impl Sync for GlslIncludeGuard
impl Unpin for GlslIncludeGuard
impl UnsafeUnpin for GlslIncludeGuard
impl UnwindSafe for GlslIncludeGuard
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