pub struct RadosVersion {
pub major: i32,
pub minor: i32,
pub extra: i32,
}
Expand description
The version of the librados library.
Fields§
§major: i32
§minor: i32
§extra: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RadosVersion
impl RefUnwindSafe for RadosVersion
impl Send for RadosVersion
impl Sync for RadosVersion
impl Unpin for RadosVersion
impl UnwindSafe for RadosVersion
Blanket Implementations§
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