pub struct Tlb {
pub local_offset: u64,
pub x_end: u8,
pub y_end: u8,
pub x_start: u8,
pub y_start: u8,
pub noc_sel: u8,
pub mcast: bool,
pub ordering: Ordering,
pub linked: bool,
}
Fields§
§local_offset: u64
§x_end: u8
§y_end: u8
§x_start: u8
§y_start: u8
§noc_sel: u8
§mcast: bool
§ordering: Ordering
§linked: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tlb
impl RefUnwindSafe for Tlb
impl Send for Tlb
impl Sync for Tlb
impl Unpin for Tlb
impl UnwindSafe for Tlb
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