pub struct VolumeInfo(/* private fields */);
Implementations§
Source§impl VolumeInfo
impl VolumeInfo
pub fn get_capacity(&self) -> u64
pub fn get_allocation(&self) -> u64
Trait Implementations§
Source§impl Debug for VolumeInfo
impl Debug for VolumeInfo
Source§impl Into<VolumeInfo> for StorageVolGetInfoResponse
impl Into<VolumeInfo> for StorageVolGetInfoResponse
Source§fn into(self) -> VolumeInfo
fn into(self) -> VolumeInfo
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for VolumeInfo
impl RefUnwindSafe for VolumeInfo
impl Send for VolumeInfo
impl Sync for VolumeInfo
impl Unpin for VolumeInfo
impl UnwindSafe for VolumeInfo
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