#[repr(C, packed(1))]pub struct RestService {
pub header: DevicePathProtocol,
pub service_type: RestServiceType,
pub access_mode: RestServiceAccessMode,
pub vendor_guid_and_data: [u8; 0],
}
Fields§
§header: DevicePathProtocol
§service_type: RestServiceType
§access_mode: RestServiceAccessMode
§vendor_guid_and_data: [u8; 0]
Auto Trait Implementations§
impl Freeze for RestService
impl RefUnwindSafe for RestService
impl Send for RestService
impl Sync for RestService
impl Unpin for RestService
impl UnwindSafe for RestService
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