pub struct Sampler<'a>(/* private fields */);Expand description
Typed view of a glTF Sampler object.
Implementations§
Source§impl<'a> Sampler<'a>
impl<'a> Sampler<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Sampler<'a>
impl<'a> RefUnwindSafe for Sampler<'a>
impl<'a> Send for Sampler<'a>
impl<'a> Sync for Sampler<'a>
impl<'a> Unpin for Sampler<'a>
impl<'a> UnsafeUnpin for Sampler<'a>
impl<'a> UnwindSafe for Sampler<'a>
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