#[repr(i32)]pub enum InterfaceFlags {
Skip = 256,
}Variants§
Skip = 256
Set or clear the skip flag on an interface. This is equivalent to PFI_IFLAG_SKIP.
Trait Implementations§
Source§impl Clone for InterfaceFlags
impl Clone for InterfaceFlags
Source§fn clone(&self) -> InterfaceFlags
fn clone(&self) -> InterfaceFlags
Returns a duplicate 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 moreSource§impl Debug for InterfaceFlags
impl Debug for InterfaceFlags
Source§impl Hash for InterfaceFlags
impl Hash for InterfaceFlags
Source§impl PartialEq for InterfaceFlags
impl PartialEq for InterfaceFlags
impl Eq for InterfaceFlags
impl StructuralPartialEq for InterfaceFlags
Auto Trait Implementations§
impl Freeze for InterfaceFlags
impl RefUnwindSafe for InterfaceFlags
impl Send for InterfaceFlags
impl Sync for InterfaceFlags
impl Unpin for InterfaceFlags
impl UnwindSafe for InterfaceFlags
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