#[repr(C)]pub struct WValue(/* private fields */);
Implementations§
Source§impl WValue
impl WValue
pub fn w_value_lo(self) -> u8
pub fn set_w_value_lo(&mut self, v: u8)
pub fn w_value_hi(self) -> u8
pub fn set_w_value_hi(&mut self, v: u8)
Trait Implementations§
impl Copy for WValue
impl StructuralPartialEq for WValue
Auto Trait Implementations§
impl Freeze for WValue
impl RefUnwindSafe for WValue
impl Send for WValue
impl Sync for WValue
impl Unpin for WValue
impl UnwindSafe for WValue
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