pub struct _DSW<'a> { /* private fields */ }
Expand description
Proxy
Implementations§
Source§impl<'a> _DSW<'a>
impl<'a> _DSW<'a>
Sourcepub fn eleven_bit(self) -> &'a mut W
pub fn eleven_bit(self) -> &'a mut W
11-bit
Sourcepub fn twelve_bit(self) -> &'a mut W
pub fn twelve_bit(self) -> &'a mut W
12-bit
Sourcepub fn thirteen_bit(self) -> &'a mut W
pub fn thirteen_bit(self) -> &'a mut W
13-bit
Sourcepub fn fourteen_bit(self) -> &'a mut W
pub fn fourteen_bit(self) -> &'a mut W
14-bit
Sourcepub fn fifteen_bit(self) -> &'a mut W
pub fn fifteen_bit(self) -> &'a mut W
15-bit
Sourcepub fn sixteen_bit(self) -> &'a mut W
pub fn sixteen_bit(self) -> &'a mut W
16-bit
Auto Trait Implementations§
impl<'a> Freeze for _DSW<'a>
impl<'a> RefUnwindSafe for _DSW<'a>
impl<'a> Send for _DSW<'a>
impl<'a> Sync for _DSW<'a>
impl<'a> Unpin for _DSW<'a>
impl<'a> !UnwindSafe for _DSW<'a>
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