pub struct BoxStcoChunkOffsetType {
pub header: Option<(u8, u32)>,
pub offset: u32,
}Fields§
§header: Option<(u8, u32)>§offset: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxStcoChunkOffsetType
impl RefUnwindSafe for BoxStcoChunkOffsetType
impl Send for BoxStcoChunkOffsetType
impl Sync for BoxStcoChunkOffsetType
impl Unpin for BoxStcoChunkOffsetType
impl UnwindSafe for BoxStcoChunkOffsetType
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