#[repr(C)]pub struct IfrSubtitle {
pub header: IfrOpHeader,
pub statement: IfrStatementHeader,
pub flags: u8,
}Fields§
§header: IfrOpHeader§statement: IfrStatementHeader§flags: u8Trait Implementations§
Source§impl Clone for IfrSubtitle
impl Clone for IfrSubtitle
Source§fn clone(&self) -> IfrSubtitle
fn clone(&self) -> IfrSubtitle
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 IfrSubtitle
impl Debug for IfrSubtitle
impl Copy for IfrSubtitle
Auto Trait Implementations§
impl Freeze for IfrSubtitle
impl RefUnwindSafe for IfrSubtitle
impl Send for IfrSubtitle
impl Sync for IfrSubtitle
impl Unpin for IfrSubtitle
impl UnwindSafe for IfrSubtitle
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