Struct cyfs_lib::UtilGetDeviceOutputResponse
source · [−]Fields
device_id: DeviceId
device: Device
Trait Implementations
sourceimpl Clone for UtilGetDeviceOutputResponse
impl Clone for UtilGetDeviceOutputResponse
sourcefn clone(&self) -> UtilGetDeviceOutputResponse
fn clone(&self) -> UtilGetDeviceOutputResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UtilGetDeviceOutputResponse
impl Debug for UtilGetDeviceOutputResponse
Auto Trait Implementations
impl RefUnwindSafe for UtilGetDeviceOutputResponse
impl Send for UtilGetDeviceOutputResponse
impl Sync for UtilGetDeviceOutputResponse
impl Unpin for UtilGetDeviceOutputResponse
impl UnwindSafe for UtilGetDeviceOutputResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more