Struct MAP_REGISTER_ENTRY
#[repr(C)]pub struct MAP_REGISTER_ENTRY {
pub MapRegister: *mut c_void,
pub WriteToDevice: bool,
}Fields§
§MapRegister: *mut c_void§WriteToDevice: boolTrait Implementations§
§impl Clone for MAP_REGISTER_ENTRY
impl Clone for MAP_REGISTER_ENTRY
§fn clone(&self) -> MAP_REGISTER_ENTRY
fn clone(&self) -> MAP_REGISTER_ENTRY
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 more§impl Debug for MAP_REGISTER_ENTRY
impl Debug for MAP_REGISTER_ENTRY
§impl Default for MAP_REGISTER_ENTRY
impl Default for MAP_REGISTER_ENTRY
§impl PartialEq for MAP_REGISTER_ENTRY
impl PartialEq for MAP_REGISTER_ENTRY
impl Copy for MAP_REGISTER_ENTRY
impl StructuralPartialEq for MAP_REGISTER_ENTRY
Auto Trait Implementations§
impl Freeze for MAP_REGISTER_ENTRY
impl RefUnwindSafe for MAP_REGISTER_ENTRY
impl !Send for MAP_REGISTER_ENTRY
impl !Sync for MAP_REGISTER_ENTRY
impl Unpin for MAP_REGISTER_ENTRY
impl UnwindSafe for MAP_REGISTER_ENTRY
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