#[repr(C)]pub struct opAddTail {
pub MethodID: ULONG,
pub opat_List: *mut List,
}Fields§
§MethodID: ULONG§opat_List: *mut ListTrait Implementations§
Auto Trait Implementations§
impl !Send for opAddTail
impl !Sync for opAddTail
impl Freeze for opAddTail
impl RefUnwindSafe for opAddTail
impl Unpin for opAddTail
impl UnsafeUnpin for opAddTail
impl UnwindSafe for opAddTail
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