Struct pipewire_sys::pw_map_range
source · #[repr(C)]pub struct pw_map_range {
pub start: u32,
pub offset: u32,
pub size: u32,
}
Expand description
parameters to map a memory range
Fields§
§start: u32
§offset: u32
offset in first page with start of data
size: u32
page aligned offset to map
Trait Implementations§
source§impl Clone for pw_map_range
impl Clone for pw_map_range
source§fn clone(&self) -> pw_map_range
fn clone(&self) -> pw_map_range
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 pw_map_range
impl Debug for pw_map_range
impl Copy for pw_map_range
Auto Trait Implementations§
impl RefUnwindSafe for pw_map_range
impl Send for pw_map_range
impl Sync for pw_map_range
impl Unpin for pw_map_range
impl UnwindSafe for pw_map_range
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