pub struct Sampler2D;Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sampler2D
impl RefUnwindSafe for Sampler2D
impl Send for Sampler2D
impl Sync for Sampler2D
impl Unpin for Sampler2D
impl UnwindSafe for Sampler2D
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