#[repr(C, packed(1))]pub struct ntb_info_regs {
pub partition_count: u8,
pub partition_id: u8,
pub reserved1: u16,
pub ep_map: u64,
pub requester_id: u16,
}Fields§
§partition_count: u8§partition_id: u8§reserved1: u16§ep_map: u64§requester_id: u16Trait Implementations§
Source§impl Clone for ntb_info_regs
impl Clone for ntb_info_regs
Source§fn clone(&self) -> ntb_info_regs
fn clone(&self) -> ntb_info_regs
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 moreSource§impl Debug for ntb_info_regs
impl Debug for ntb_info_regs
impl Copy for ntb_info_regs
Auto Trait Implementations§
impl Freeze for ntb_info_regs
impl RefUnwindSafe for ntb_info_regs
impl Send for ntb_info_regs
impl Sync for ntb_info_regs
impl Unpin for ntb_info_regs
impl UnwindSafe for ntb_info_regs
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