pub enum IdentifyCNSValue {
IdentifyNamespace(NamespaceId),
IdentifyController,
ActiveNamespaceIdList(NamespaceId),
NamespaceIdentificationDescriptorList(NamespaceId),
IOCommandSetSpecificIdentifyNamespace(NamespaceId, CommandSetIdentifier),
}
Variants§
IdentifyNamespace(NamespaceId)
IdentifyController
ActiveNamespaceIdList(NamespaceId)
NamespaceIdentificationDescriptorList(NamespaceId)
IOCommandSetSpecificIdentifyNamespace(NamespaceId, CommandSetIdentifier)
Implementations§
Auto Trait Implementations§
impl Freeze for IdentifyCNSValue
impl RefUnwindSafe for IdentifyCNSValue
impl Send for IdentifyCNSValue
impl Sync for IdentifyCNSValue
impl Unpin for IdentifyCNSValue
impl UnwindSafe for IdentifyCNSValue
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