pub struct YoutubeControlVideo {
pub furni_id: LegacyId,
pub command_id: LegacyId,
}
Fields§
§furni_id: LegacyId
§command_id: LegacyId
Trait Implementations§
source§impl BaseParser for YoutubeControlVideo
impl BaseParser for YoutubeControlVideo
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 YoutubeControlVideo
impl Clone for YoutubeControlVideo
source§fn clone(&self) -> YoutubeControlVideo
fn clone(&self) -> YoutubeControlVideo
Returns a copy 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 YoutubeControlVideo
impl Debug for YoutubeControlVideo
source§impl Default for YoutubeControlVideo
impl Default for YoutubeControlVideo
source§fn default() -> YoutubeControlVideo
fn default() -> YoutubeControlVideo
Returns the “default value” for a type. Read more
source§impl PacketVariable for YoutubeControlVideo
impl PacketVariable for YoutubeControlVideo
source§impl PartialEq<YoutubeControlVideo> for YoutubeControlVideo
impl PartialEq<YoutubeControlVideo> for YoutubeControlVideo
source§fn eq(&self, other: &YoutubeControlVideo) -> bool
fn eq(&self, other: &YoutubeControlVideo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for YoutubeControlVideo
Auto Trait Implementations§
impl RefUnwindSafe for YoutubeControlVideo
impl Send for YoutubeControlVideo
impl Sync for YoutubeControlVideo
impl Unpin for YoutubeControlVideo
impl UnwindSafe for YoutubeControlVideo
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