Struct SILO_INFO
#[repr(C)]pub struct SILO_INFO {
pub ulSTID: u32,
pub SpecificationMajor: u8,
pub SpecificationMinor: u8,
pub ImplementationMajor: u8,
pub ImplementationMinor: u8,
pub type: u8,
pub capabilities: u8,
}
Fields§
§ulSTID: u32
§SpecificationMajor: u8
§SpecificationMinor: u8
§ImplementationMajor: u8
§ImplementationMinor: u8
§type: u8
§capabilities: u8
Trait Implementations§
impl Copy for SILO_INFO
impl StructuralPartialEq for SILO_INFO
Auto Trait Implementations§
impl Freeze for SILO_INFO
impl RefUnwindSafe for SILO_INFO
impl Send for SILO_INFO
impl Sync for SILO_INFO
impl Unpin for SILO_INFO
impl UnwindSafe for SILO_INFO
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