#[repr(C)]pub struct CliProcList {
pub cpl_Node: MinNode,
pub cpl_First: LONG,
pub cpl_Array: *mut *mut MsgPort,
}Fields§
§cpl_Node: MinNode§cpl_First: LONG§cpl_Array: *mut *mut MsgPortTrait Implementations§
Source§impl Clone for CliProcList
impl Clone for CliProcList
Source§fn clone(&self) -> CliProcList
fn clone(&self) -> CliProcList
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 CliProcList
Auto Trait Implementations§
impl !Send for CliProcList
impl !Sync for CliProcList
impl Freeze for CliProcList
impl RefUnwindSafe for CliProcList
impl Unpin for CliProcList
impl UnsafeUnpin for CliProcList
impl UnwindSafe for CliProcList
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