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