#[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 List
Trait Implementations§
Source§impl Clone for WindowFuncLists
impl Clone for WindowFuncLists
Source§fn clone(&self) -> WindowFuncLists
fn clone(&self) -> WindowFuncLists
Returns a copy 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 WindowFuncLists
impl Debug for WindowFuncLists
Source§impl Default for WindowFuncLists
impl Default for WindowFuncLists
impl Copy for WindowFuncLists
Auto Trait Implementations§
impl Freeze for WindowFuncLists
impl RefUnwindSafe for WindowFuncLists
impl !Send for WindowFuncLists
impl !Sync for WindowFuncLists
impl Unpin 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