#[repr(C)]pub struct scx_userspace_arena_free_pages_args {
pub addr: *mut c_void,
pub sz: c_uint,
}
Fields§
§addr: *mut c_void
§sz: c_uint
Trait Implementations§
Source§impl Clone for scx_userspace_arena_free_pages_args
impl Clone for scx_userspace_arena_free_pages_args
Source§fn clone(&self) -> scx_userspace_arena_free_pages_args
fn clone(&self) -> scx_userspace_arena_free_pages_args
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 moreimpl Copy for scx_userspace_arena_free_pages_args
Auto Trait Implementations§
impl Freeze for scx_userspace_arena_free_pages_args
impl RefUnwindSafe for scx_userspace_arena_free_pages_args
impl !Send for scx_userspace_arena_free_pages_args
impl !Sync for scx_userspace_arena_free_pages_args
impl Unpin for scx_userspace_arena_free_pages_args
impl UnwindSafe for scx_userspace_arena_free_pages_args
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