pub enum SlTarget {
Pixel,
Vertex,
Constant,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlTarget
impl RefUnwindSafe for SlTarget
impl Send for SlTarget
impl Sync for SlTarget
impl Unpin for SlTarget
impl UnwindSafe for SlTarget
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