#[repr(C)]pub struct body_details {
pub body_size: U8,
pub copy: U8,
pub offset: U8,
pub _bitfield_0: u8,
pub arena_size: U32,
}Fields§
§body_size: U8§copy: U8§offset: U8§_bitfield_0: u8packed bitfields (8 bit total): type, cant_upgrade, zero_nv, arena
arena_size: U32Implementations§
Trait Implementations§
Source§impl Clone for body_details
impl Clone for body_details
Source§fn clone(&self) -> body_details
fn clone(&self) -> body_details
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for body_details
Auto Trait Implementations§
impl Freeze for body_details
impl RefUnwindSafe for body_details
impl Send for body_details
impl Sync for body_details
impl Unpin for body_details
impl UnsafeUnpin for body_details
impl UnwindSafe for body_details
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