Struct tiny_artnet::Poll
source · [−]pub struct Poll {
pub flags: u8,
pub min_diagnostic_priority: u8,
pub target_port_addresses: RangeInclusive<u16>,
}Fields
flags: u8min_diagnostic_priority: u8target_port_addresses: RangeInclusive<u16>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Poll
impl Send for Poll
impl Sync for Poll
impl Unpin for Poll
impl UnwindSafe for Poll
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more