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