#[repr(C)]pub struct ISteamVideo {
pub vtable_: *const ISteamVideo__bindgen_vtable,
}Fields§
§vtable_: *const ISteamVideo__bindgen_vtableTrait Implementations§
Source§impl Clone for ISteamVideo
impl Clone for ISteamVideo
Source§fn clone(&self) -> ISteamVideo
fn clone(&self) -> ISteamVideo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ISteamVideo
Auto Trait Implementations§
impl !Send for ISteamVideo
impl !Sync for ISteamVideo
impl Freeze for ISteamVideo
impl RefUnwindSafe for ISteamVideo
impl Unpin for ISteamVideo
impl UnsafeUnpin for ISteamVideo
impl UnwindSafe for ISteamVideo
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