#[repr(C)]pub struct BlockdevRefList {
pub next: *mut BlockdevRefList,
pub value: *mut BlockdevRef,
}Fields§
§next: *mut BlockdevRefList§value: *mut BlockdevRefTrait Implementations§
Source§impl Clone for BlockdevRefList
impl Clone for BlockdevRefList
Source§fn clone(&self) -> BlockdevRefList
fn clone(&self) -> BlockdevRefList
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 BlockdevRefList
impl Debug for BlockdevRefList
impl Copy for BlockdevRefList
Auto Trait Implementations§
impl Freeze for BlockdevRefList
impl RefUnwindSafe for BlockdevRefList
impl !Send for BlockdevRefList
impl !Sync for BlockdevRefList
impl Unpin for BlockdevRefList
impl UnwindSafe for BlockdevRefList
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