struct MetadataLayout {
padded_header_len: usize,
padded_metadata_len: usize,
metadata_padding: usize,
}Fields§
§padded_header_len: usize§padded_metadata_len: usize§metadata_padding: usizeImplementations§
Source§impl MetadataLayout
impl MetadataLayout
fn new(metadata_len: usize, write_options: &IpcWriteOptions) -> MetadataLayout
Auto Trait Implementations§
impl Freeze for MetadataLayout
impl RefUnwindSafe for MetadataLayout
impl Send for MetadataLayout
impl Sync for MetadataLayout
impl Unpin for MetadataLayout
impl UnsafeUnpin for MetadataLayout
impl UnwindSafe for MetadataLayout
Blanket Implementations§
impl<T> Allocation for T
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