#[repr(i32)]pub enum Flags {
EFlagsNone = 0,
ELayerHidden = 1,
ELayerOpaque = 2,
ELayerSkipScreenshot = 64,
ELayerSecure = 128,
EEnableBackpressure = 256,
ELayerIsDisplayDecoration = 512,
}Variants§
EFlagsNone = 0
ELayerHidden = 1
ELayerOpaque = 2
ELayerSkipScreenshot = 64
ELayerSecure = 128
EEnableBackpressure = 256
ELayerIsDisplayDecoration = 512
Implementations§
Trait Implementations§
Source§impl Ord for Flags
impl Ord for Flags
Source§impl PartialOrd for Flags
impl PartialOrd for Flags
impl Copy for Flags
impl Eq for Flags
impl StructuralPartialEq for Flags
Auto Trait Implementations§
impl Freeze for Flags
impl RefUnwindSafe for Flags
impl Send for Flags
impl Sync for Flags
impl Unpin for Flags
impl UnsafeUnpin for Flags
impl UnwindSafe for Flags
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