[−][src]Struct breadx::auto::xproto::ConfigWindow
Fields
inner: u16Implementations
impl ConfigWindow[src]
pub fn x(&self) -> bool[src]
pub fn set_x(&mut self, val: bool) -> &mut Self[src]
pub fn y(&self) -> bool[src]
pub fn set_y(&mut self, val: bool) -> &mut Self[src]
pub fn width(&self) -> bool[src]
pub fn set_width(&mut self, val: bool) -> &mut Self[src]
pub fn height(&self) -> bool[src]
pub fn set_height(&mut self, val: bool) -> &mut Self[src]
pub fn border_width(&self) -> bool[src]
pub fn set_border_width(&mut self, val: bool) -> &mut Self[src]
pub fn sibling(&self) -> bool[src]
pub fn set_sibling(&mut self, val: bool) -> &mut Self[src]
pub fn stack_mode(&self) -> bool[src]
pub fn set_stack_mode(&mut self, val: bool) -> &mut Self[src]
pub fn new(
x: bool,
y: bool,
width: bool,
height: bool,
border_width: bool,
sibling: bool,
stack_mode: bool
) -> Self[src]
x: bool,
y: bool,
width: bool,
height: bool,
border_width: bool,
sibling: bool,
stack_mode: bool
) -> Self
Trait Implementations
impl AsByteSequence for ConfigWindow[src]
pub fn as_bytes(&self, bytes: &mut [u8]) -> usize[src]
pub fn from_bytes(bytes: &[u8]) -> Option<(Self, usize)>[src]
pub fn size(&self) -> usize[src]
impl Clone for ConfigWindow[src]
pub fn clone(&self) -> ConfigWindow[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ConfigWindow[src]
impl Debug for ConfigWindow[src]
impl Default for ConfigWindow[src]
pub fn default() -> ConfigWindow[src]
impl Eq for ConfigWindow[src]
impl Ord for ConfigWindow[src]
pub fn cmp(&self, other: &ConfigWindow) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<ConfigWindow> for ConfigWindow[src]
pub fn eq(&self, other: &ConfigWindow) -> bool[src]
pub fn ne(&self, other: &ConfigWindow) -> bool[src]
impl PartialOrd<ConfigWindow> for ConfigWindow[src]
pub fn partial_cmp(&self, other: &ConfigWindow) -> Option<Ordering>[src]
pub fn lt(&self, other: &ConfigWindow) -> bool[src]
pub fn le(&self, other: &ConfigWindow) -> bool[src]
pub fn gt(&self, other: &ConfigWindow) -> bool[src]
pub fn ge(&self, other: &ConfigWindow) -> bool[src]
impl StructuralEq for ConfigWindow[src]
impl StructuralPartialEq for ConfigWindow[src]
Auto Trait Implementations
impl RefUnwindSafe for ConfigWindow
impl Send for ConfigWindow
impl Sync for ConfigWindow
impl Unpin for ConfigWindow
impl UnwindSafe for ConfigWindow
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,