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 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 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 for YoutubeControlVideo
impl PartialEq for YoutubeControlVideo
impl StructuralPartialEq for YoutubeControlVideo
Auto Trait Implementations§
impl Freeze for YoutubeControlVideo
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