pub struct BufferName<'a> {
pub name: &'a str,
pub priority: u32,
}
Fields§
§name: &'a str
§priority: u32
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for BufferName<'a>
impl<'a> RefUnwindSafe for BufferName<'a>
impl<'a> Send for BufferName<'a>
impl<'a> Sync for BufferName<'a>
impl<'a> Unpin for BufferName<'a>
impl<'a> UnwindSafe for BufferName<'a>
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