pub struct LenovoComputerSystem<B: Bmc> { /* private fields */ }Expand description
Dell OEM Attributes.
Implementations§
Source§impl<B: Bmc> LenovoComputerSystem<B>
impl<B: Bmc> LenovoComputerSystem<B>
Sourcepub fn raw(&self) -> Arc<LenovoSystemPropertiesSchema>
pub fn raw(&self) -> Arc<LenovoSystemPropertiesSchema>
Get the raw schema data for this Lenovo Computer system.
Returns an Arc to the underlying schema, allowing cheap cloning
and sharing of the data.
Sourcepub fn front_panel_mode(&self) -> Option<FpMode>
pub fn front_panel_mode(&self) -> Option<FpMode>
Front panel mode.
Sourcepub fn port_switching_to(&self) -> Option<PortSwitchingTo>
pub fn port_switching_to(&self) -> Option<PortSwitchingTo>
USB management port switching direction.
Auto Trait Implementations§
impl<B> Freeze for LenovoComputerSystem<B>
impl<B> RefUnwindSafe for LenovoComputerSystem<B>where
B: RefUnwindSafe,
impl<B> Send for LenovoComputerSystem<B>
impl<B> Sync for LenovoComputerSystem<B>
impl<B> Unpin for LenovoComputerSystem<B>where
B: Unpin,
impl<B> UnsafeUnpin for LenovoComputerSystem<B>
impl<B> UnwindSafe for LenovoComputerSystem<B>where
B: UnwindSafe,
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