Enum Rdf
pub enum Rdf {
_0 = 0,
_1 = 1,
}Expand description
Receive Data Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Rdf
impl Eq for Rdf
impl StructuralPartialEq for Rdf
Auto Trait Implementations§
impl Freeze for Rdf
impl RefUnwindSafe for Rdf
impl Send for Rdf
impl Sync for Rdf
impl Unpin for Rdf
impl UnwindSafe for Rdf
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