#[repr(i32)]pub enum tagCOMSD {
SD_LAUNCHPERMISSIONS = 0,
SD_ACCESSPERMISSIONS = 1,
SD_LAUNCHRESTRICTIONS = 2,
SD_ACCESSRESTRICTIONS = 3,
}Variants§
SD_LAUNCHPERMISSIONS = 0
SD_ACCESSPERMISSIONS = 1
SD_LAUNCHRESTRICTIONS = 2
SD_ACCESSRESTRICTIONS = 3
Trait Implementations§
impl Copy for tagCOMSD
impl Eq for tagCOMSD
impl StructuralPartialEq for tagCOMSD
Auto Trait Implementations§
impl Freeze for tagCOMSD
impl RefUnwindSafe for tagCOMSD
impl Send for tagCOMSD
impl Sync for tagCOMSD
impl Unpin for tagCOMSD
impl UnwindSafe for tagCOMSD
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