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