pub struct WebGlView { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for WebGlView
impl FromWasmAbi for WebGlView
Source§impl IntoWasmAbi for WebGlView
impl IntoWasmAbi for WebGlView
Source§impl LongRefFromWasmAbi for WebGlView
impl LongRefFromWasmAbi for WebGlView
Source§impl OptionFromWasmAbi for WebGlView
impl OptionFromWasmAbi for WebGlView
Source§impl OptionIntoWasmAbi for WebGlView
impl OptionIntoWasmAbi for WebGlView
Source§impl RefFromWasmAbi for WebGlView
impl RefFromWasmAbi for WebGlView
Source§impl RefMutFromWasmAbi for WebGlView
impl RefMutFromWasmAbi for WebGlView
Source§impl TryFromJsValue for WebGlView
impl TryFromJsValue for WebGlView
Source§impl VectorFromWasmAbi for WebGlView
impl VectorFromWasmAbi for WebGlView
Source§impl VectorIntoWasmAbi for WebGlView
impl VectorIntoWasmAbi for WebGlView
impl SupportsConstructor for WebGlView
impl SupportsInstanceProperty for WebGlView
impl SupportsStaticProperty for WebGlView
Auto Trait Implementations§
impl Freeze for WebGlView
impl RefUnwindSafe for WebGlView
impl !Send for WebGlView
impl !Sync for WebGlView
impl Unpin for WebGlView
impl UnwindSafe for WebGlView
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::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
.