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