Struct HDV_PCI_BAR_SELECTOR
#[repr(transparent)]pub struct HDV_PCI_BAR_SELECTOR(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for HDV_PCI_BAR_SELECTOR
impl Clone for HDV_PCI_BAR_SELECTOR
§fn clone(&self) -> HDV_PCI_BAR_SELECTOR
fn clone(&self) -> HDV_PCI_BAR_SELECTOR
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 HDV_PCI_BAR_SELECTOR
impl Debug for HDV_PCI_BAR_SELECTOR
§impl Default for HDV_PCI_BAR_SELECTOR
impl Default for HDV_PCI_BAR_SELECTOR
§fn default() -> HDV_PCI_BAR_SELECTOR
fn default() -> HDV_PCI_BAR_SELECTOR
Returns the “default value” for a type. Read more
§impl PartialEq for HDV_PCI_BAR_SELECTOR
impl PartialEq for HDV_PCI_BAR_SELECTOR
impl Copy for HDV_PCI_BAR_SELECTOR
impl Eq for HDV_PCI_BAR_SELECTOR
impl StructuralPartialEq for HDV_PCI_BAR_SELECTOR
Auto Trait Implementations§
impl Freeze for HDV_PCI_BAR_SELECTOR
impl RefUnwindSafe for HDV_PCI_BAR_SELECTOR
impl Send for HDV_PCI_BAR_SELECTOR
impl Sync for HDV_PCI_BAR_SELECTOR
impl Unpin for HDV_PCI_BAR_SELECTOR
impl UnwindSafe for HDV_PCI_BAR_SELECTOR
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