pub struct Memconf { /* private fields */ }
Expand description
Memory configuration 0
Implementations§
Trait Implementations§
impl Copy for Memconf
impl Eq for Memconf
impl Send for Memconf
impl StructuralPartialEq for Memconf
impl Sync for Memconf
Auto Trait Implementations§
impl Freeze for Memconf
impl RefUnwindSafe for Memconf
impl Unpin for Memconf
impl UnwindSafe for Memconf
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
)