Struct makepad_shader_compiler::swizzle::Swizzle
source · pub struct Swizzle { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Swizzle
impl Send for Swizzle
impl Sync for Swizzle
impl Unpin for Swizzle
impl UnwindSafe for Swizzle
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