#[repr(C)]pub struct BlockDeviceInfoList {
pub next: *mut BlockDeviceInfoList,
pub value: *mut BlockDeviceInfo,
}Fields§
§next: *mut BlockDeviceInfoList§value: *mut BlockDeviceInfoTrait Implementations§
Source§impl Clone for BlockDeviceInfoList
impl Clone for BlockDeviceInfoList
Source§fn clone(&self) -> BlockDeviceInfoList
fn clone(&self) -> BlockDeviceInfoList
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BlockDeviceInfoList
impl Debug for BlockDeviceInfoList
impl Copy for BlockDeviceInfoList
Auto Trait Implementations§
impl Freeze for BlockDeviceInfoList
impl RefUnwindSafe for BlockDeviceInfoList
impl !Send for BlockDeviceInfoList
impl !Sync for BlockDeviceInfoList
impl Unpin for BlockDeviceInfoList
impl UnwindSafe for BlockDeviceInfoList
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