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