#[repr(C, packed(2))]pub struct AssignList {
pub al_Next: *mut AssignList,
pub al_Lock: BPTR,
}Fields§
§al_Next: *mut AssignList§al_Lock: BPTRTrait Implementations§
Source§impl Clone for AssignList
impl Clone for AssignList
Source§fn clone(&self) -> AssignList
fn clone(&self) -> AssignList
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 AssignList
impl Debug for AssignList
impl Copy for AssignList
Auto Trait Implementations§
impl Freeze for AssignList
impl RefUnwindSafe for AssignList
impl !Send for AssignList
impl !Sync for AssignList
impl Unpin for AssignList
impl UnwindSafe for AssignList
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