#[repr(C)]pub struct ResTarget {
pub type_: NodeTag,
pub name: *mut c_char,
pub indirection: *mut List,
pub val: *mut Node,
pub location: c_int,
}
Fields§
§type_: NodeTag
§name: *mut c_char
§indirection: *mut List
§val: *mut Node
§location: c_int
Trait Implementations§
impl Copy for ResTarget
Auto Trait Implementations§
impl Freeze for ResTarget
impl RefUnwindSafe for ResTarget
impl !Send for ResTarget
impl !Sync for ResTarget
impl Unpin for ResTarget
impl UnwindSafe for ResTarget
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