Struct linux_video_core::Mmap
source · pub struct Mmap;
Expand description
Memory mapping
Trait Implementations§
source§impl MethodImpl for Mmap
impl MethodImpl for Mmap
impl Copy for Mmap
Auto Trait Implementations§
impl RefUnwindSafe for Mmap
impl Send for Mmap
impl Sync for Mmap
impl Unpin for Mmap
impl UnwindSafe for Mmap
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