pub struct OtherBuilder { /* private fields */ }
Expand description
Low level builder for controls without specific winapi contructors.
Instanced by ControlBase::build_notice
or ControlBase::build_tray_notification
.
Implementations§
Source§impl OtherBuilder
impl OtherBuilder
pub fn parent(self, parent: HWND) -> OtherBuilder
pub fn build(self) -> Result<ControlHandle, NwgError>
Trait Implementations§
Source§impl Default for OtherBuilder
impl Default for OtherBuilder
Source§fn default() -> OtherBuilder
fn default() -> OtherBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OtherBuilder
impl RefUnwindSafe for OtherBuilder
impl !Send for OtherBuilder
impl !Sync for OtherBuilder
impl Unpin for OtherBuilder
impl UnwindSafe for OtherBuilder
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