#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BlkdebugSetStateOptionsList
Auto Trait Implementations§
impl !Send for BlkdebugSetStateOptionsList
impl !Sync for BlkdebugSetStateOptionsList
impl Freeze for BlkdebugSetStateOptionsList
impl RefUnwindSafe for BlkdebugSetStateOptionsList
impl Unpin for BlkdebugSetStateOptionsList
impl UnsafeUnpin 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