#[repr(C, packed(1))]pub struct RssInfoTable {
pub version: u32,
pub memory_size: u32,
pub rss_info: u32,
}
Fields§
§version: u32
§memory_size: u32
§rss_info: u32
Trait Implementations§
Source§impl Clone for RssInfoTable
impl Clone for RssInfoTable
Source§fn clone(&self) -> RssInfoTable
fn clone(&self) -> RssInfoTable
Returns a copy 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 RssInfoTable
impl Debug for RssInfoTable
impl Copy for RssInfoTable
Auto Trait Implementations§
impl Freeze for RssInfoTable
impl RefUnwindSafe for RssInfoTable
impl Send for RssInfoTable
impl Sync for RssInfoTable
impl Unpin for RssInfoTable
impl UnwindSafe for RssInfoTable
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)