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