#[repr(C)]pub struct PSEQDESC {
pub deviceMfg: Signature,
pub deviceModel: Signature,
pub attributes: u64,
pub technology: TechnologySignature,
pub ProfileID: ProfileID,
pub Manufacturer: *mut MLU,
pub Model: *mut MLU,
pub Description: *mut MLU,
}
Expand description
Profile sequence descriptor.
Some fields come from profile sequence descriptor tag, others come from Profile Sequence Identifier Tag
Fields§
§deviceMfg: Signature
§deviceModel: Signature
§attributes: u64
§technology: TechnologySignature
§ProfileID: ProfileID
§Manufacturer: *mut MLU
§Model: *mut MLU
§Description: *mut MLU
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PSEQDESC
impl !Send for PSEQDESC
impl !Sync for PSEQDESC
impl Unpin for PSEQDESC
impl UnwindSafe for PSEQDESC
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