Struct librbd_sys::rbd_snap_info_t [] [src]

#[repr(C)]
pub struct rbd_snap_info_t { pub id: uint64_t, pub size: uint64_t, pub name: *const c_char, }

Fields

Numeric identifier of the snapshot

Size of the image at the time of snapshot (in bytes)

Name of the snapshot

Trait Implementations

impl Copy for rbd_snap_info_t
[src]

impl Clone for rbd_snap_info_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for rbd_snap_info_t
[src]

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