pub struct WindowListIsOwned<const OWNED: bool>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<const OWNED: bool> Drop for WindowListIsOwned<OWNED>
impl<const OWNED: bool> Drop for WindowListIsOwned<OWNED>
Source§impl<const OWNED: bool> WindowListMethods for WindowListIsOwned<OWNED>
impl<const OWNED: bool> WindowListMethods for WindowListIsOwned<OWNED>
Source§impl<const OWNED: bool> WxRustMethods for WindowListIsOwned<OWNED>
impl<const OWNED: bool> WxRustMethods for WindowListIsOwned<OWNED>
type Unowned = WindowListIsOwned<false>
unsafe fn as_ptr(&self) -> *mut c_void
unsafe fn from_ptr(ptr: *mut c_void) -> Self
unsafe fn from_unowned_ptr(ptr: *mut c_void) -> Self::Unowned
unsafe fn with_ptr<F: Fn(&Self)>(ptr: *mut c_void, closure: F)
unsafe fn option_from(ptr: *mut c_void) -> Option<Self::Unowned>where
Self: Sized,
Auto Trait Implementations§
impl<const OWNED: bool> Freeze for WindowListIsOwned<OWNED>
impl<const OWNED: bool> RefUnwindSafe for WindowListIsOwned<OWNED>
impl<const OWNED: bool> !Send for WindowListIsOwned<OWNED>
impl<const OWNED: bool> !Sync for WindowListIsOwned<OWNED>
impl<const OWNED: bool> Unpin for WindowListIsOwned<OWNED>
impl<const OWNED: bool> UnwindSafe for WindowListIsOwned<OWNED>
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