struct ClampedLod(Handle<Expression>);
Expand description
Wrapper for identifier names for clamped level-of-detail values
Values of this type implement std::fmt::Display
, formatting as
the name of the variable used to hold the cached clamped
level-of-detail value for an ImageLoad
expression.
Tuple Fields§
§0: Handle<Expression>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClampedLod
impl RefUnwindSafe for ClampedLod
impl Send for ClampedLod
impl Sync for ClampedLod
impl Unpin for ClampedLod
impl UnwindSafe for ClampedLod
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