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