#[repr(C)]pub struct SoftIntList {
pub sh_List: List,
pub sh_Pad: UWORD,
}Fields§
§sh_List: List§sh_Pad: UWORDTrait Implementations§
Source§impl Clone for SoftIntList
impl Clone for SoftIntList
Source§fn clone(&self) -> SoftIntList
fn clone(&self) -> SoftIntList
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 SoftIntList
Auto Trait Implementations§
impl !Send for SoftIntList
impl !Sync for SoftIntList
impl Freeze for SoftIntList
impl RefUnwindSafe for SoftIntList
impl Unpin for SoftIntList
impl UnsafeUnpin for SoftIntList
impl UnwindSafe for SoftIntList
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