pub struct WebGLSync(/* private fields */);
Trait Implementations§
Source§impl InstanceOf for WebGLSync
impl InstanceOf for WebGLSync
Source§impl ReferenceType for WebGLSync
impl ReferenceType for WebGLSync
Source§unsafe fn from_reference_unchecked(reference: Reference) -> Self
unsafe fn from_reference_unchecked(reference: Reference) -> Self
Converts a given reference into a concrete reference-like wrapper.
Doesn’t do any type checking; highly unsafe to use!
impl JsSerialize for WebGLSync
Auto Trait Implementations§
impl Freeze for WebGLSync
impl RefUnwindSafe for WebGLSync
impl Send for WebGLSync
impl Sync for WebGLSync
impl Unpin for WebGLSync
impl UnwindSafe for WebGLSync
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