pub struct TransformFeedbackLinkJs(/* private fields */);Implementations§
Source§impl TransformFeedbackLinkJs
impl TransformFeedbackLinkJs
pub fn into_inner(self) -> TransformFeedbackLinkJsInner
Methods from Deref<Target = TransformFeedbackLinkJsInner>§
pub fn transform_feedback_id(&self) -> &TransformFeedbackId
Trait Implementations§
Source§impl Deref for TransformFeedbackLinkJs
impl Deref for TransformFeedbackLinkJs
Source§impl DerefMut for TransformFeedbackLinkJs
impl DerefMut for TransformFeedbackLinkJs
Source§fn deref_mut(&mut self) -> &mut TransformFeedbackLinkJsInner
fn deref_mut(&mut self) -> &mut TransformFeedbackLinkJsInner
Mutably dereferences the value.
Source§impl From<TransformFeedbackLinkJs> for JsValue
impl From<TransformFeedbackLinkJs> for JsValue
Source§fn from(value: TransformFeedbackLinkJs) -> Self
fn from(value: TransformFeedbackLinkJs) -> Self
Converts to this type from the input type.
Source§impl From<TransformFeedbackLinkJs> for TransformFeedbackLinkJsInner
impl From<TransformFeedbackLinkJs> for TransformFeedbackLinkJsInner
Source§fn from(buffer_link_js: TransformFeedbackLinkJs) -> Self
fn from(buffer_link_js: TransformFeedbackLinkJs) -> Self
Converts to this type from the input type.
Source§impl RefFromWasmAbi for TransformFeedbackLinkJs
impl RefFromWasmAbi for TransformFeedbackLinkJs
Source§type Anchor = RcRef<TransformFeedbackLinkJs>
type Anchor = RcRef<TransformFeedbackLinkJs>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl VectorFromWasmAbi for TransformFeedbackLinkJs
impl VectorFromWasmAbi for TransformFeedbackLinkJs
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[TransformFeedbackLinkJs]>
Source§impl VectorIntoWasmAbi for TransformFeedbackLinkJs
impl VectorIntoWasmAbi for TransformFeedbackLinkJs
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[TransformFeedbackLinkJs]>) -> Self::Abi
Source§impl WasmDescribeVector for TransformFeedbackLinkJs
impl WasmDescribeVector for TransformFeedbackLinkJs
impl SupportsConstructor for TransformFeedbackLinkJs
impl SupportsInstanceProperty for TransformFeedbackLinkJs
impl SupportsStaticProperty for TransformFeedbackLinkJs
Auto Trait Implementations§
impl Freeze for TransformFeedbackLinkJs
impl RefUnwindSafe for TransformFeedbackLinkJs
impl Send for TransformFeedbackLinkJs
impl Sync for TransformFeedbackLinkJs
impl Unpin for TransformFeedbackLinkJs
impl UnwindSafe for TransformFeedbackLinkJs
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> 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::AbiSource§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.