Struct lewton::audio::PreviousWindowRight
source · pub struct PreviousWindowRight { /* private fields */ }
Expand description
The right part of the previous window
This is the only state that needs to be changed once the headers are read.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PreviousWindowRight
impl Send for PreviousWindowRight
impl Sync for PreviousWindowRight
impl Unpin for PreviousWindowRight
impl UnwindSafe for PreviousWindowRight
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