pub struct DriverDeviceMarker;Trait Implementations§
Source§impl Clone for DriverDeviceMarker
impl Clone for DriverDeviceMarker
Source§fn clone(&self) -> DriverDeviceMarker
fn clone(&self) -> DriverDeviceMarker
Returns a duplicate of the value. Read more
1.0.0 · 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 DriverDeviceMarker
impl Debug for DriverDeviceMarker
Source§impl DriverProtocolMarker for DriverDeviceMarker
Available on crate feature driver only.
impl DriverProtocolMarker for DriverDeviceMarker
Available on crate feature
driver only.Source§const DEBUG_NAME: &'static str = "fuchsia.hardware.inlineencryption.DriverDevice"
const DEBUG_NAME: &'static str = "fuchsia.hardware.inlineencryption.DriverDevice"
The name of the protocol suitable for debug purposes. Read more
Source§impl Hash for DriverDeviceMarker
impl Hash for DriverDeviceMarker
Source§impl Ord for DriverDeviceMarker
impl Ord for DriverDeviceMarker
Source§fn cmp(&self, other: &DriverDeviceMarker) -> Ordering
fn cmp(&self, other: &DriverDeviceMarker) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DriverDeviceMarker
impl PartialEq for DriverDeviceMarker
Source§impl PartialOrd for DriverDeviceMarker
impl PartialOrd for DriverDeviceMarker
impl Copy for DriverDeviceMarker
impl Eq for DriverDeviceMarker
impl StructuralPartialEq for DriverDeviceMarker
Auto Trait Implementations§
impl Freeze for DriverDeviceMarker
impl RefUnwindSafe for DriverDeviceMarker
impl Send for DriverDeviceMarker
impl Sync for DriverDeviceMarker
impl Unpin for DriverDeviceMarker
impl UnwindSafe for DriverDeviceMarker
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