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