pub struct shm_largepage_conf {
pub psind: c_int,
pub alloc_policy: c_int,
/* private fields */
}Fields§
§psind: c_int§alloc_policy: c_intTrait Implementations§
Source§impl Clone for shm_largepage_conf
impl Clone for shm_largepage_conf
Source§fn clone(&self) -> shm_largepage_conf
fn clone(&self) -> shm_largepage_conf
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 shm_largepage_conf
impl Debug for shm_largepage_conf
impl Copy for shm_largepage_conf
Auto Trait Implementations§
impl Freeze for shm_largepage_conf
impl RefUnwindSafe for shm_largepage_conf
impl Send for shm_largepage_conf
impl Sync for shm_largepage_conf
impl Unpin for shm_largepage_conf
impl UnwindSafe for shm_largepage_conf
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