#[repr(C)]pub struct WindowFuncLists {
pub numWindowFuncs: c_int,
pub maxWinRef: Index,
pub windowFuncs: *mut *mut List,
}Fields§
§numWindowFuncs: c_int§maxWinRef: Index§windowFuncs: *mut *mut ListTrait Implementations§
Source§impl Clone for WindowFuncLists
impl Clone for WindowFuncLists
Source§fn clone(&self) -> WindowFuncLists
fn clone(&self) -> WindowFuncLists
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WindowFuncLists
Source§impl Debug for WindowFuncLists
impl Debug for WindowFuncLists
Auto Trait Implementations§
impl !Send for WindowFuncLists
impl !Sync for WindowFuncLists
impl Freeze for WindowFuncLists
impl RefUnwindSafe for WindowFuncLists
impl Unpin for WindowFuncLists
impl UnsafeUnpin for WindowFuncLists
impl UnwindSafe for WindowFuncLists
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