#[repr(C, packed(2))]pub struct WorkbenchPrefs {
pub wbp_DefaultStackSize: ULONG,
pub wbp_TypeRestartTime: ULONG,
pub wbp_IconPrecision: ULONG,
pub wbp_EmbossRect: Rectangle,
pub wbp_Borderless: BOOL,
pub wbp_MaxNameLength: LONG,
pub wbp_NewIconsSupport: BOOL,
pub wbp_ColorIconSupport: BOOL,
}Fields§
§wbp_DefaultStackSize: ULONG§wbp_TypeRestartTime: ULONG§wbp_IconPrecision: ULONG§wbp_EmbossRect: Rectangle§wbp_Borderless: BOOL§wbp_MaxNameLength: LONG§wbp_NewIconsSupport: BOOL§wbp_ColorIconSupport: BOOLTrait Implementations§
Source§impl Clone for WorkbenchPrefs
impl Clone for WorkbenchPrefs
Source§fn clone(&self) -> WorkbenchPrefs
fn clone(&self) -> WorkbenchPrefs
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 WorkbenchPrefs
impl Debug for WorkbenchPrefs
impl Copy for WorkbenchPrefs
Auto Trait Implementations§
impl Freeze for WorkbenchPrefs
impl RefUnwindSafe for WorkbenchPrefs
impl Send for WorkbenchPrefs
impl Sync for WorkbenchPrefs
impl Unpin for WorkbenchPrefs
impl UnwindSafe for WorkbenchPrefs
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