#[repr(transparent)]pub struct VCL_ACL(pub *const vrt_acl);Expand description
This is the central definition of the mapping from VCL types to C-types. The python scripts read these from here. (keep alphabetic order)
Tuple Fields§
§0: *const vrt_aclTrait Implementations§
impl Copy for VCL_ACL
Auto Trait Implementations§
impl Freeze for VCL_ACL
impl RefUnwindSafe for VCL_ACL
impl !Send for VCL_ACL
impl !Sync for VCL_ACL
impl Unpin for VCL_ACL
impl UnwindSafe for VCL_ACL
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