pub struct CreateWindowRequest {
pub kind: CreateWindowKind,
pub anchor: Option<WindowAnchor>,
pub role: WindowRole,
pub style: WindowStyleRequest,
}Fields§
§kind: CreateWindowKind§anchor: Option<WindowAnchor>§role: WindowRole§style: WindowStyleRequestTrait Implementations§
Source§impl Clone for CreateWindowRequest
impl Clone for CreateWindowRequest
Source§fn clone(&self) -> CreateWindowRequest
fn clone(&self) -> CreateWindowRequest
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 CreateWindowRequest
impl Debug for CreateWindowRequest
Source§impl PartialEq for CreateWindowRequest
impl PartialEq for CreateWindowRequest
impl StructuralPartialEq for CreateWindowRequest
Auto Trait Implementations§
impl Freeze for CreateWindowRequest
impl RefUnwindSafe for CreateWindowRequest
impl Send for CreateWindowRequest
impl Sync for CreateWindowRequest
impl Unpin for CreateWindowRequest
impl UnsafeUnpin for CreateWindowRequest
impl UnwindSafe for CreateWindowRequest
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