pub struct Texture1D(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Texture1D
impl Ord for Texture1D
Source§impl PartialOrd for Texture1D
impl PartialOrd for Texture1D
impl Eq for Texture1D
impl StructuralPartialEq for Texture1D
Auto Trait Implementations§
impl Freeze for Texture1D
impl RefUnwindSafe for Texture1D
impl Send for Texture1D
impl Sync for Texture1D
impl Unpin for Texture1D
impl UnwindSafe for Texture1D
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