Struct gdk::AnchorHints
source · [−]pub struct AnchorHints { /* private fields */ }Implementations
sourceimpl AnchorHints
impl AnchorHints
pub const FLIP_X: AnchorHints = _
pub const FLIP_Y: AnchorHints = _
pub const SLIDE_X: AnchorHints = _
pub const SLIDE_Y: AnchorHints = _
pub const RESIZE_X: AnchorHints = _
pub const RESIZE_Y: AnchorHints = _
pub const FLIP: AnchorHints = _
pub const SLIDE: AnchorHints = _
pub const RESIZE: AnchorHints = _
sourcepub const fn empty() -> AnchorHints
pub const fn empty() -> AnchorHints
Returns an empty set of flags
sourcepub const fn all() -> AnchorHints
pub const fn all() -> AnchorHints
Returns the set containing all flags.
sourcepub fn from_bits(bits: u32) -> Option<AnchorHints>
pub fn from_bits(bits: u32) -> Option<AnchorHints>
Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.
sourcepub const fn from_bits_truncate(bits: u32) -> AnchorHints
pub const fn from_bits_truncate(bits: u32) -> AnchorHints
Convert from underlying bit representation, dropping any bits that do not correspond to flags.
sourcepub const unsafe fn from_bits_unchecked(bits: u32) -> AnchorHints
pub const unsafe fn from_bits_unchecked(bits: u32) -> AnchorHints
Convert from underlying bit representation, preserving all bits (even those not corresponding to a defined flag).
sourcepub const fn intersects(&self, other: AnchorHints) -> bool
pub const fn intersects(&self, other: AnchorHints) -> bool
Returns true if there are flags common to both self and other.
sourcepub const fn contains(&self, other: AnchorHints) -> bool
pub const fn contains(&self, other: AnchorHints) -> bool
Returns true all of the flags in other are contained within self.
sourcepub fn insert(&mut self, other: AnchorHints)
pub fn insert(&mut self, other: AnchorHints)
Inserts the specified flags in-place.
sourcepub fn remove(&mut self, other: AnchorHints)
pub fn remove(&mut self, other: AnchorHints)
Removes the specified flags in-place.
sourcepub fn toggle(&mut self, other: AnchorHints)
pub fn toggle(&mut self, other: AnchorHints)
Toggles the specified flags in-place.
sourcepub fn set(&mut self, other: AnchorHints, value: bool)
pub fn set(&mut self, other: AnchorHints, value: bool)
Inserts or removes the specified flags depending on the passed value.
Trait Implementations
sourceimpl Binary for AnchorHints
impl Binary for AnchorHints
sourceimpl BitAnd<AnchorHints> for AnchorHints
impl BitAnd<AnchorHints> for AnchorHints
sourcefn bitand(self, other: AnchorHints) -> AnchorHints
fn bitand(self, other: AnchorHints) -> AnchorHints
Returns the intersection between the two sets of flags.
type Output = AnchorHints
type Output = AnchorHints
& operator.sourceimpl BitAndAssign<AnchorHints> for AnchorHints
impl BitAndAssign<AnchorHints> for AnchorHints
sourcefn bitand_assign(&mut self, other: AnchorHints)
fn bitand_assign(&mut self, other: AnchorHints)
Disables all flags disabled in the set.
sourceimpl BitOr<AnchorHints> for AnchorHints
impl BitOr<AnchorHints> for AnchorHints
sourcefn bitor(self, other: AnchorHints) -> AnchorHints
fn bitor(self, other: AnchorHints) -> AnchorHints
Returns the union of the two sets of flags.
type Output = AnchorHints
type Output = AnchorHints
| operator.sourceimpl BitOrAssign<AnchorHints> for AnchorHints
impl BitOrAssign<AnchorHints> for AnchorHints
sourcefn bitor_assign(&mut self, other: AnchorHints)
fn bitor_assign(&mut self, other: AnchorHints)
Adds the set of flags.
sourceimpl BitXor<AnchorHints> for AnchorHints
impl BitXor<AnchorHints> for AnchorHints
sourcefn bitxor(self, other: AnchorHints) -> AnchorHints
fn bitxor(self, other: AnchorHints) -> AnchorHints
Returns the left flags, but with all the right flags toggled.
type Output = AnchorHints
type Output = AnchorHints
^ operator.sourceimpl BitXorAssign<AnchorHints> for AnchorHints
impl BitXorAssign<AnchorHints> for AnchorHints
sourcefn bitxor_assign(&mut self, other: AnchorHints)
fn bitxor_assign(&mut self, other: AnchorHints)
Toggles the set of flags.
sourceimpl Clone for AnchorHints
impl Clone for AnchorHints
sourcefn clone(&self) -> AnchorHints
fn clone(&self) -> AnchorHints
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresourceimpl Debug for AnchorHints
impl Debug for AnchorHints
sourceimpl Extend<AnchorHints> for AnchorHints
impl Extend<AnchorHints> for AnchorHints
sourcefn extend<T: IntoIterator<Item = AnchorHints>>(&mut self, iterator: T)
fn extend<T: IntoIterator<Item = AnchorHints>>(&mut self, iterator: T)
sourcefn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
extend_one)sourcefn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
extend_one)sourceimpl FromIterator<AnchorHints> for AnchorHints
impl FromIterator<AnchorHints> for AnchorHints
sourcefn from_iter<T: IntoIterator<Item = AnchorHints>>(iterator: T) -> AnchorHints
fn from_iter<T: IntoIterator<Item = AnchorHints>>(iterator: T) -> AnchorHints
sourceimpl<'a> FromValue<'a> for AnchorHints
impl<'a> FromValue<'a> for AnchorHints
unsafe fn from_value(value: &Value) -> Self
sourceimpl<'a> FromValueOptional<'a> for AnchorHints
impl<'a> FromValueOptional<'a> for AnchorHints
unsafe fn from_value_optional(value: &Value) -> Option<Self>
sourceimpl Hash for AnchorHints
impl Hash for AnchorHints
sourceimpl LowerHex for AnchorHints
impl LowerHex for AnchorHints
sourceimpl Not for AnchorHints
impl Not for AnchorHints
sourcefn not(self) -> AnchorHints
fn not(self) -> AnchorHints
Returns the complement of this set of flags.
type Output = AnchorHints
type Output = AnchorHints
! operator.sourceimpl Octal for AnchorHints
impl Octal for AnchorHints
sourceimpl Ord for AnchorHints
impl Ord for AnchorHints
sourcefn cmp(&self, other: &AnchorHints) -> Ordering
fn cmp(&self, other: &AnchorHints) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
sourceimpl PartialEq<AnchorHints> for AnchorHints
impl PartialEq<AnchorHints> for AnchorHints
sourcefn eq(&self, other: &AnchorHints) -> bool
fn eq(&self, other: &AnchorHints) -> bool
sourceimpl PartialOrd<AnchorHints> for AnchorHints
impl PartialOrd<AnchorHints> for AnchorHints
sourcefn partial_cmp(&self, other: &AnchorHints) -> Option<Ordering>
fn partial_cmp(&self, other: &AnchorHints) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self and other) and is used by the <=
operator. Read moresourceimpl StaticType for AnchorHints
impl StaticType for AnchorHints
sourcefn static_type() -> Type
fn static_type() -> Type
Self.sourceimpl Sub<AnchorHints> for AnchorHints
impl Sub<AnchorHints> for AnchorHints
sourcefn sub(self, other: AnchorHints) -> AnchorHints
fn sub(self, other: AnchorHints) -> AnchorHints
Returns the set difference of the two sets of flags.
type Output = AnchorHints
type Output = AnchorHints
- operator.sourceimpl SubAssign<AnchorHints> for AnchorHints
impl SubAssign<AnchorHints> for AnchorHints
sourcefn sub_assign(&mut self, other: AnchorHints)
fn sub_assign(&mut self, other: AnchorHints)
Disables all flags enabled in the set.
sourceimpl UpperHex for AnchorHints
impl UpperHex for AnchorHints
impl Copy for AnchorHints
impl Eq for AnchorHints
impl StructuralEq for AnchorHints
impl StructuralPartialEq for AnchorHints
Auto Trait Implementations
impl RefUnwindSafe for AnchorHints
impl Send for AnchorHints
impl Sync for AnchorHints
impl Unpin for AnchorHints
impl UnwindSafe for AnchorHints
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
sourceimpl<T> ToSendValue for Twhere
T: SetValue + Send + ToValue + ?Sized,
impl<T> ToSendValue for Twhere
T: SetValue + Send + ToValue + ?Sized,
sourcefn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
SendValue clone of self.