#[repr(C, packed(2))]pub struct WorkbenchExtendedPrefs {
pub wbe_BasicPrefs: WorkbenchPrefs,
pub wbe_IconMemoryType: ULONG,
pub wbe_LockPens: BOOL,
pub wbe_DisableTitleBar: BOOL,
pub wbe_DisableVolumeGauge: BOOL,
pub wbe_TitleUpdateDelay: UWORD,
pub wbe_CopyBufferSize: ULONG,
pub wbe_Flags: ULONG,
}Fields§
§wbe_BasicPrefs: WorkbenchPrefs§wbe_IconMemoryType: ULONG§wbe_LockPens: BOOL§wbe_DisableTitleBar: BOOL§wbe_DisableVolumeGauge: BOOL§wbe_TitleUpdateDelay: UWORD§wbe_CopyBufferSize: ULONG§wbe_Flags: ULONGTrait Implementations§
Source§impl Clone for WorkbenchExtendedPrefs
impl Clone for WorkbenchExtendedPrefs
Source§fn clone(&self) -> WorkbenchExtendedPrefs
fn clone(&self) -> WorkbenchExtendedPrefs
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 WorkbenchExtendedPrefs
impl Debug for WorkbenchExtendedPrefs
impl Copy for WorkbenchExtendedPrefs
Auto Trait Implementations§
impl Freeze for WorkbenchExtendedPrefs
impl RefUnwindSafe for WorkbenchExtendedPrefs
impl Send for WorkbenchExtendedPrefs
impl Sync for WorkbenchExtendedPrefs
impl Unpin for WorkbenchExtendedPrefs
impl UnwindSafe for WorkbenchExtendedPrefs
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