#[repr(C, packed(4))]pub struct Link {
pub next: Pointer<Link>,
pub prev: Pointer<Link>,
}
Fields§
§next: Pointer<Link>
§prev: Pointer<Link>
Trait Implementations§
Source§impl GeneratedBlendStruct for Link
impl GeneratedBlendStruct for Link
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "Link"
const STRUCT_INDEX: usize = 0usize
const STRUCT_TYPE_INDEX: usize = 13usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<Link> for Link
Auto Trait Implementations§
impl Freeze for Link
impl RefUnwindSafe for Link
impl Send for Link
impl Sync for Link
impl Unpin for Link
impl UnwindSafe for Link
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