pub enum TransformFeedback {
TransformFeedback = 36_386,
}
Expand description
Constants passed to bindTransformFeedback
Variants§
TransformFeedback = 36_386
Trait Implementations§
Source§impl Clone for TransformFeedback
impl Clone for TransformFeedback
Source§fn clone(&self) -> TransformFeedback
fn clone(&self) -> TransformFeedback
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TransformFeedback
impl Debug for TransformFeedback
Source§impl From<TransformFeedback> for JsValue
impl From<TransformFeedback> for JsValue
Source§fn from(value: TransformFeedback) -> Self
fn from(value: TransformFeedback) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for TransformFeedback
impl FromWasmAbi for TransformFeedback
Source§impl IntoWasmAbi for TransformFeedback
impl IntoWasmAbi for TransformFeedback
Source§impl TryFromJsValue for TransformFeedback
impl TryFromJsValue for TransformFeedback
Source§fn try_from_js_value(
value: JsValue,
) -> Result<Self, <TransformFeedback as TryFromJsValue>::Error>
fn try_from_js_value( value: JsValue, ) -> Result<Self, <TransformFeedback as TryFromJsValue>::Error>
Performs the conversion.
Source§impl VectorFromWasmAbi for TransformFeedback
impl VectorFromWasmAbi for TransformFeedback
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[TransformFeedback]>
Source§impl VectorIntoJsValue for TransformFeedback
impl VectorIntoJsValue for TransformFeedback
fn vector_into_jsvalue(vector: Box<[TransformFeedback]>) -> JsValue
Source§impl VectorIntoWasmAbi for TransformFeedback
impl VectorIntoWasmAbi for TransformFeedback
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[TransformFeedback]>) -> Self::Abi
Source§impl WasmDescribeVector for TransformFeedback
impl WasmDescribeVector for TransformFeedback
impl Copy for TransformFeedback
Auto Trait Implementations§
impl Freeze for TransformFeedback
impl RefUnwindSafe for TransformFeedback
impl Send for TransformFeedback
impl Sync for TransformFeedback
impl Unpin for TransformFeedback
impl UnwindSafe for TransformFeedback
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
Source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.