Struct varnish_sys::v1l
source · #[repr(C)]pub struct v1l {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
impl Copy for v1l
Auto Trait Implementations§
impl RefUnwindSafe for v1l
impl Send for v1l
impl Sync for v1l
impl Unpin for v1l
impl UnwindSafe for v1l
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