#[repr(C)]pub struct header_block_read_ctx {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Debug for header_block_read_ctx
impl Debug for header_block_read_ctx
Source§impl Default for header_block_read_ctx
impl Default for header_block_read_ctx
Source§fn default() -> header_block_read_ctx
fn default() -> header_block_read_ctx
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for header_block_read_ctx
impl RefUnwindSafe for header_block_read_ctx
impl Send for header_block_read_ctx
impl Sync for header_block_read_ctx
impl Unpin for header_block_read_ctx
impl UnwindSafe for header_block_read_ctx
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