pub struct Device { /* private fields */ }Implementations§
Source§impl Device
impl Device
pub fn start_size(&self) -> u16
pub fn end_size(&self) -> u16
pub fn delta_format(&self) -> u16
pub fn delta_values(&self) -> &[u16]
Auto Trait Implementations§
impl Freeze for Device
impl RefUnwindSafe for Device
impl Send for Device
impl Sync for Device
impl Unpin for Device
impl UnsafeUnpin for Device
impl UnwindSafe for Device
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