pub struct Glm5NextMoePtrTables {
pub gate: Glm5NextExpertPtrTable,
pub up: Glm5NextExpertPtrTable,
pub down: Glm5NextExpertPtrTable,
}Expand description
The three projections’ pointer tables for one routed site.
Fields§
§gate: Glm5NextExpertPtrTable§up: Glm5NextExpertPtrTable§down: Glm5NextExpertPtrTableTrait Implementations§
Source§impl Clone for Glm5NextMoePtrTables
impl Clone for Glm5NextMoePtrTables
Source§fn clone(&self) -> Glm5NextMoePtrTables
fn clone(&self) -> Glm5NextMoePtrTables
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 Glm5NextMoePtrTables
impl Debug for Glm5NextMoePtrTables
impl Copy for Glm5NextMoePtrTables
Auto Trait Implementations§
impl Freeze for Glm5NextMoePtrTables
impl RefUnwindSafe for Glm5NextMoePtrTables
impl Send for Glm5NextMoePtrTables
impl Sync for Glm5NextMoePtrTables
impl Unpin for Glm5NextMoePtrTables
impl UnwindSafe for Glm5NextMoePtrTables
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