#[repr(C, packed(1))]pub struct Bmc {
pub header: DevicePathProtocol,
pub interface_type: BmcInterfaceType,
pub base_address: u64,
}Fields§
§header: DevicePathProtocol§interface_type: BmcInterfaceType§base_address: u64Auto Trait Implementations§
impl Freeze for Bmc
impl RefUnwindSafe for Bmc
impl Send for Bmc
impl Sync for Bmc
impl Unpin for Bmc
impl UnwindSafe for Bmc
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