#[repr(C, packed(2))]pub struct SpecialMonitor {
pub spm_Node: ExtendedNode,
pub spm_Flags: UWORD,
pub do_monitor: FPTR,
pub reserved1: FPTR,
pub reserved2: FPTR,
pub reserved3: FPTR,
pub hblank: AnalogSignalInterval,
pub vblank: AnalogSignalInterval,
pub hsync: AnalogSignalInterval,
pub vsync: AnalogSignalInterval,
}Fields§
§spm_Node: ExtendedNode§spm_Flags: UWORD§do_monitor: FPTR§reserved1: FPTR§reserved2: FPTR§reserved3: FPTR§hblank: AnalogSignalInterval§vblank: AnalogSignalInterval§hsync: AnalogSignalInterval§vsync: AnalogSignalIntervalTrait Implementations§
Source§impl Clone for SpecialMonitor
impl Clone for SpecialMonitor
Source§fn clone(&self) -> SpecialMonitor
fn clone(&self) -> SpecialMonitor
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 SpecialMonitor
impl Debug for SpecialMonitor
impl Copy for SpecialMonitor
Auto Trait Implementations§
impl Freeze for SpecialMonitor
impl RefUnwindSafe for SpecialMonitor
impl !Send for SpecialMonitor
impl !Sync for SpecialMonitor
impl Unpin for SpecialMonitor
impl UnwindSafe for SpecialMonitor
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