pub struct ExtendedTopologyEbx(/* private fields */);Implementations§
Source§impl ExtendedTopologyEbx
 
impl ExtendedTopologyEbx
Sourcepub const fn with_num_lps_checked(self, value: u16) -> Result<Self, ()>
 
pub const fn with_num_lps_checked(self, value: u16) -> Result<Self, ()>
Bits: 0..16
Sourcepub const fn with_num_lps(self, value: u16) -> Self
 
pub const fn with_num_lps(self, value: u16) -> Self
Bits: 0..16
Sourcepub const fn set_num_lps(&mut self, value: u16)
 
pub const fn set_num_lps(&mut self, value: u16)
Bits: 0..16
Trait Implementations§
Source§impl Clone for ExtendedTopologyEbx
 
impl Clone for ExtendedTopologyEbx
Source§fn clone(&self) -> ExtendedTopologyEbx
 
fn clone(&self) -> ExtendedTopologyEbx
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 ExtendedTopologyEbx
 
impl Debug for ExtendedTopologyEbx
Source§impl Default for ExtendedTopologyEbx
 
impl Default for ExtendedTopologyEbx
Source§impl From<ExtendedTopologyEbx> for u32
 
impl From<ExtendedTopologyEbx> for u32
Source§fn from(v: ExtendedTopologyEbx) -> u32
 
fn from(v: ExtendedTopologyEbx) -> u32
Converts to this type from the input type.
Source§impl From<u32> for ExtendedTopologyEbx
 
impl From<u32> for ExtendedTopologyEbx
impl Copy for ExtendedTopologyEbx
Auto Trait Implementations§
impl Freeze for ExtendedTopologyEbx
impl RefUnwindSafe for ExtendedTopologyEbx
impl Send for ExtendedTopologyEbx
impl Sync for ExtendedTopologyEbx
impl Unpin for ExtendedTopologyEbx
impl UnwindSafe for ExtendedTopologyEbx
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