Struct lolrofl::model::PayloadHeader
source · [−]pub struct PayloadHeader { /* private fields */ }
Expand description
ROFL file’s payload header information
Implementations
sourceimpl PayloadHeader
impl PayloadHeader
sourcepub fn keyframe_count(&self) -> u32
pub fn keyframe_count(&self) -> u32
Get the number of keyframes
sourcepub fn chunk_count(&self) -> u32
pub fn chunk_count(&self) -> u32
Get the number of chunks
sourcepub fn load_end_chunk(&self) -> u32
pub fn load_end_chunk(&self) -> u32
Get the last loading chunk
sourcepub fn game_start_chunk(&self) -> u32
pub fn game_start_chunk(&self) -> u32
Get the first game chunk
sourcepub fn keyframe_interval(&self) -> u32
pub fn keyframe_interval(&self) -> u32
Get the duration of a keyframe in milliseconds
sourcepub fn encryption_key(&self) -> &str
pub fn encryption_key(&self) -> &str
Get the encrypted payload encryption key
Trait Implementations
sourceimpl Debug for PayloadHeader
impl Debug for PayloadHeader
Auto Trait Implementations
impl RefUnwindSafe for PayloadHeader
impl Send for PayloadHeader
impl Sync for PayloadHeader
impl Unpin for PayloadHeader
impl UnwindSafe for PayloadHeader
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more