pub struct ContentInfoBlock {
pub signature: String,
pub size: usize,
pub class: u8,
pub file_type: u8,
pub code_type: u8,
pub status: u8,
pub counts: u8,
}
Fields§
§signature: String
§size: usize
§class: u8
§file_type: u8
§code_type: u8
§status: u8
§counts: u8
Implementations§
Source§impl ContentInfoBlock
impl ContentInfoBlock
pub fn new() -> ContentInfoBlock
Trait Implementations§
Source§impl Default for ContentInfoBlock
impl Default for ContentInfoBlock
Source§fn default() -> ContentInfoBlock
fn default() -> ContentInfoBlock
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContentInfoBlock
impl RefUnwindSafe for ContentInfoBlock
impl Send for ContentInfoBlock
impl Sync for ContentInfoBlock
impl Unpin for ContentInfoBlock
impl UnwindSafe for ContentInfoBlock
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