#[repr(u16)]pub enum OSFeatureDescriptorType {
CompatibleID = 4,
Properties = 5,
Descriptor = 7,
}Variants§
Trait Implementations§
Source§impl TryFrom<u16> for OSFeatureDescriptorType
impl TryFrom<u16> for OSFeatureDescriptorType
Source§type Error = TryFromPrimitiveError<OSFeatureDescriptorType>
type Error = TryFromPrimitiveError<OSFeatureDescriptorType>
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for OSFeatureDescriptorType
impl RefUnwindSafe for OSFeatureDescriptorType
impl Send for OSFeatureDescriptorType
impl Sync for OSFeatureDescriptorType
impl Unpin for OSFeatureDescriptorType
impl UnwindSafe for OSFeatureDescriptorType
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