pub struct ShortDevice { /* private fields */ }Expand description
One scalar short-syntax service device declaration.
Implementations§
Source§impl ShortDevice
impl ShortDevice
Trait Implementations§
Source§impl Clone for ShortDevice
impl Clone for ShortDevice
Source§fn clone(&self) -> ShortDevice
fn clone(&self) -> ShortDevice
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ShortDevice
impl Debug for ShortDevice
impl Eq for ShortDevice
Source§impl PartialEq for ShortDevice
impl PartialEq for ShortDevice
impl StructuralPartialEq for ShortDevice
Auto Trait Implementations§
impl Freeze for ShortDevice
impl RefUnwindSafe for ShortDevice
impl Send for ShortDevice
impl Sync for ShortDevice
impl Unpin for ShortDevice
impl UnsafeUnpin for ShortDevice
impl UnwindSafe for ShortDevice
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