pub struct PrintNode {
pub print_node_id: u32,
/* private fields */
}
Fields§
§print_node_id: u32
Auto Trait Implementations§
impl Freeze for PrintNode
impl !RefUnwindSafe for PrintNode
impl !Send for PrintNode
impl !Sync for PrintNode
impl Unpin for PrintNode
impl !UnwindSafe for PrintNode
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