Skip to main content

remote_struct_array_field_unchecked

Macro remote_struct_array_field_unchecked 

Source
macro_rules! remote_struct_array_field_unchecked {
    ($mr:expr, $Struct:ident, $index:expr, $field:ident) => { ... };
}
Expand description

Unchecked version of remote_struct_array_field!.

Skips bounds checking against the region length, but the RDMA hardware will reject out-of-bounds operations with a Remote Access Error.