pub struct WriteUserLinks {
pub bpf_write_user: Option<Link>,
}Fields§
§bpf_write_user: Option<Link>Trait Implementations§
Source§impl Default for WriteUserLinks
impl Default for WriteUserLinks
Source§fn default() -> WriteUserLinks
fn default() -> WriteUserLinks
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WriteUserLinks
impl RefUnwindSafe for WriteUserLinks
impl Send for WriteUserLinks
impl !Sync for WriteUserLinks
impl Unpin for WriteUserLinks
impl UnwindSafe for WriteUserLinks
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