pub struct Flags(pub i64);
Tuple Fields§
§0: i64
Implementations§
Source§impl Flags
impl Flags
pub const FLAG_MIPMAPS: Flags
pub const FLAG_REPEAT: Flags
pub const FLAG_FILTER: Flags
pub const FLAGS_DEFAULT: Flags
pub const FLAG_ANISOTROPIC_FILTER: Flags
pub const FLAG_CONVERT_TO_LINEAR: Flags
pub const FLAG_MIRRORED_REPEAT: Flags
pub const FLAG_VIDEO_SURFACE: Flags
Trait Implementations§
Source§impl FromVariant for Flags
impl FromVariant for Flags
fn from_variant(v: &Variant) -> Result<Flags, FromVariantError>
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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.