#[repr(C)]pub struct sizeList {
pub next: *mut sizeList,
pub value: u64,
}Fields§
§next: *mut sizeList§value: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for sizeList
impl RefUnwindSafe for sizeList
impl !Send for sizeList
impl !Sync for sizeList
impl Unpin for sizeList
impl UnwindSafe for sizeList
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