Struct librbd_sys::rbd_image_info_t [] [src]

#[repr(C)]
pub struct rbd_image_info_t { pub size: uint64_t, pub obj_size: uint64_t, pub num_objs: uint64_t, pub order: c_int, pub block_name_prefix: [c_char; 24], pub parent_pool: int64_t, pub parent_name: [c_char; 96], }

Fields

The size of the image in bytes

The size of each object that comprises the image

The number of objects in the image

log_2(object_size)

The prefix of the RADOS objects used to store the image

deprecated

deprecated

Trait Implementations

impl Copy for rbd_image_info_t
[src]

impl Clone for rbd_image_info_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for rbd_image_info_t
[src]

Returns the "default value" for a type. Read more