Struct linux_video_core::Area
source · #[repr(C)]pub struct Area { /* private fields */ }
Expand description
Area data
Implementations§
Trait Implementations§
impl Copy for Area
Auto Trait Implementations§
impl RefUnwindSafe for Area
impl Send for Area
impl Sync for Area
impl Unpin for Area
impl UnwindSafe for Area
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
source§impl<T> MutValue<ExtControl> for Twhere
T: IsPlainCtrlData,
impl<T> MutValue<ExtControl> for Twhere T: IsPlainCtrlData,
source§fn try_mut<'a>(
data: &'a mut ExtControl,
ctrl: &QueryExtCtrl
) -> Option<&'a mut T>
fn try_mut<'a>( data: &'a mut ExtControl, ctrl: &QueryExtCtrl ) -> Option<&'a mut T>
Get mutable reference to value
source§impl<T> RefValue<ExtControl> for Twhere
T: IsPlainCtrlData,
impl<T> RefValue<ExtControl> for Twhere T: IsPlainCtrlData,
source§fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a T>
fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a T>
Get reference to value