#[repr(C, packed(2))]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 · 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 CliProcList
impl Debug for CliProcList
impl Copy for CliProcList
Auto Trait Implementations§
impl Freeze for CliProcList
impl RefUnwindSafe for CliProcList
impl !Send for CliProcList
impl !Sync for CliProcList
impl Unpin 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