pub enum SetWindowBoundsMethod {
SetWindowBounds,
}Variants§
SetWindowBounds
Trait Implementations§
Source§impl Clone for SetWindowBoundsMethod
impl Clone for SetWindowBoundsMethod
Source§fn clone(&self) -> SetWindowBoundsMethod
fn clone(&self) -> SetWindowBoundsMethod
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 SetWindowBoundsMethod
impl Debug for SetWindowBoundsMethod
Source§impl<'de> Deserialize<'de> for SetWindowBoundsMethod
impl<'de> Deserialize<'de> for SetWindowBoundsMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SetWindowBoundsMethod
impl PartialEq for SetWindowBoundsMethod
Source§impl Serialize for SetWindowBoundsMethod
impl Serialize for SetWindowBoundsMethod
impl StructuralPartialEq for SetWindowBoundsMethod
Auto Trait Implementations§
impl Freeze for SetWindowBoundsMethod
impl RefUnwindSafe for SetWindowBoundsMethod
impl Send for SetWindowBoundsMethod
impl Sync for SetWindowBoundsMethod
impl Unpin for SetWindowBoundsMethod
impl UnsafeUnpin for SetWindowBoundsMethod
impl UnwindSafe for SetWindowBoundsMethod
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