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