#[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 · 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 SoftIntList
impl Debug for SoftIntList
impl Copy for SoftIntList
Auto Trait Implementations§
impl Freeze for SoftIntList
impl RefUnwindSafe for SoftIntList
impl !Send for SoftIntList
impl !Sync for SoftIntList
impl Unpin 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