pub struct ControlYoutubeDisplayPlayback {
pub item_id: LegacyId,
pub action: i32,
}
Fields§
§item_id: LegacyId
§action: i32
Trait Implementations§
Source§impl BaseParser for ControlYoutubeDisplayPlayback
impl BaseParser for ControlYoutubeDisplayPlayback
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for ControlYoutubeDisplayPlayback
impl Clone for ControlYoutubeDisplayPlayback
Source§fn clone(&self) -> ControlYoutubeDisplayPlayback
fn clone(&self) -> ControlYoutubeDisplayPlayback
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 Default for ControlYoutubeDisplayPlayback
impl Default for ControlYoutubeDisplayPlayback
Source§fn default() -> ControlYoutubeDisplayPlayback
fn default() -> ControlYoutubeDisplayPlayback
Returns the “default value” for a type. Read more
Source§impl PartialEq for ControlYoutubeDisplayPlayback
impl PartialEq for ControlYoutubeDisplayPlayback
Source§fn eq(&self, other: &ControlYoutubeDisplayPlayback) -> bool
fn eq(&self, other: &ControlYoutubeDisplayPlayback) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ControlYoutubeDisplayPlayback
Auto Trait Implementations§
impl Freeze for ControlYoutubeDisplayPlayback
impl RefUnwindSafe for ControlYoutubeDisplayPlayback
impl Send for ControlYoutubeDisplayPlayback
impl Sync for ControlYoutubeDisplayPlayback
impl Unpin for ControlYoutubeDisplayPlayback
impl UnwindSafe for ControlYoutubeDisplayPlayback
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