#[repr(C)]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 (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 AssignList
Auto Trait Implementations§
impl !Send for AssignList
impl !Sync for AssignList
impl Freeze for AssignList
impl RefUnwindSafe for AssignList
impl Unpin for AssignList
impl UnsafeUnpin 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