Struct uefi::proto::device_path::messaging::IscsiProtocol
source · #[repr(transparent)]pub struct IscsiProtocol(pub u16);Expand description
iSCSI network protocol.
Tuple Fields§
§0: u16Implementations§
source§impl IscsiProtocol
impl IscsiProtocol
sourcepub const TCP: IscsiProtocol = _
pub const TCP: IscsiProtocol = _
TCP.
Trait Implementations§
source§impl Clone for IscsiProtocol
impl Clone for IscsiProtocol
source§fn clone(&self) -> IscsiProtocol
fn clone(&self) -> IscsiProtocol
Returns a copy 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 IscsiProtocol
impl Debug for IscsiProtocol
source§impl PartialEq<IscsiProtocol> for IscsiProtocol
impl PartialEq<IscsiProtocol> for IscsiProtocol
source§fn eq(&self, other: &IscsiProtocol) -> bool
fn eq(&self, other: &IscsiProtocol) -> bool
This method tests for
self and other values to be equal, and is used
by ==.