#[repr(transparent)]pub struct Tshd(pub u32);Expand description
TSI Threshold
Tuple Fields§
§0: u32Implementations§
Source§impl Tshd
impl Tshd
Sourcepub const fn set_thresl(&mut self, val: u16)
pub const fn set_thresl(&mut self, val: u16)
TSI Wakeup Channel Low Threshold
Sourcepub const fn set_thresh(&mut self, val: u16)
pub const fn set_thresh(&mut self, val: u16)
TSI Wakeup Channel High Threshold
Trait Implementations§
impl Copy for Tshd
impl Eq for Tshd
impl StructuralPartialEq for Tshd
Auto Trait Implementations§
impl Freeze for Tshd
impl RefUnwindSafe for Tshd
impl Send for Tshd
impl Sync for Tshd
impl Unpin for Tshd
impl UnwindSafe for Tshd
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