Struct smbioslib::Connections
source · [−]pub struct Connections {
pub raw: u8,
}
Expand description
Fields
raw: u8
Raw value
Implementations
sourceimpl Connections
impl Connections
sourcepub fn inbound_connection_enabled(&self) -> bool
pub fn inbound_connection_enabled(&self) -> bool
Inbound Connection Enabled (Bit 0)
Identifies whether (1) or not (0) the facility is allowed to initiate outbound connections to receive incoming connections for the purpose of remote operations or problem management
sourcepub fn outbound_connection_enabled(&self) -> bool
pub fn outbound_connection_enabled(&self) -> bool
Outbound Connection Enabled (Bit 1)
Identifies whether (1) or not (0) the facility is allowed to initiate outbound connections to contact an alert management facility when critical conditions occur
Trait Implementations
sourceimpl Debug for Connections
impl Debug for Connections
sourceimpl Deref for Connections
impl Deref for Connections
sourceimpl From<u8> for Connections
impl From<u8> for Connections
sourceimpl PartialEq<Connections> for Connections
impl PartialEq<Connections> for Connections
sourcefn eq(&self, other: &Connections) -> bool
fn eq(&self, other: &Connections) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &Connections) -> bool
fn ne(&self, other: &Connections) -> bool
This method tests for !=
.
sourceimpl Serialize for Connections
impl Serialize for Connections
impl Eq for Connections
impl StructuralEq for Connections
impl StructuralPartialEq for Connections
Auto Trait Implementations
impl RefUnwindSafe for Connections
impl Send for Connections
impl Sync for Connections
impl Unpin for Connections
impl UnwindSafe for Connections
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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