Struct capnp::private::layout::StructSize [−][src]
pub struct StructSize {
pub data: WordCount16,
pub pointers: WirePointerCount16,
}
Fields
data: WordCount16
pointers: WirePointerCount16
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StructSize
impl Send for StructSize
impl Sync for StructSize
impl Unpin for StructSize
impl UnwindSafe for StructSize
Blanket Implementations
Mutably borrows from an owned value. Read more