Struct InstallResponseRestrictionFlags
#[repr(transparent)]pub struct InstallResponseRestrictionFlags(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for InstallResponseRestrictionFlags
impl Clone for InstallResponseRestrictionFlags
§fn clone(&self) -> InstallResponseRestrictionFlags
fn clone(&self) -> InstallResponseRestrictionFlags
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for InstallResponseRestrictionFlags
impl Debug for InstallResponseRestrictionFlags
§impl Default for InstallResponseRestrictionFlags
impl Default for InstallResponseRestrictionFlags
§fn default() -> InstallResponseRestrictionFlags
fn default() -> InstallResponseRestrictionFlags
Returns the “default value” for a type. Read more
impl Copy for InstallResponseRestrictionFlags
impl Eq for InstallResponseRestrictionFlags
impl StructuralPartialEq for InstallResponseRestrictionFlags
Auto Trait Implementations§
impl Freeze for InstallResponseRestrictionFlags
impl RefUnwindSafe for InstallResponseRestrictionFlags
impl Send for InstallResponseRestrictionFlags
impl Sync for InstallResponseRestrictionFlags
impl Unpin for InstallResponseRestrictionFlags
impl UnwindSafe for InstallResponseRestrictionFlags
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