pub struct DmaFilterWindows {
pub windows: [Option<DmaWindow>; 4],
}Expand description
Structure that defines all of the windows allowed by the system
Fields§
§windows: [Option<DmaWindow>; 4]Trait Implementations§
Source§impl Clone for DmaFilterWindows
impl Clone for DmaFilterWindows
Source§fn clone(&self) -> DmaFilterWindows
fn clone(&self) -> DmaFilterWindows
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 DmaFilterWindows
impl Debug for DmaFilterWindows
impl Copy for DmaFilterWindows
Auto Trait Implementations§
impl Freeze for DmaFilterWindows
impl RefUnwindSafe for DmaFilterWindows
impl Send for DmaFilterWindows
impl Sync for DmaFilterWindows
impl Unpin for DmaFilterWindows
impl UnwindSafe for DmaFilterWindows
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