#[repr(C)]pub struct PxeBaseCodeIpFilter {
pub filters: PxeBaseCodeIpFilterFlags,
pub ip_cnt: u8,
pub reserved: u16,
pub ip_list: [IpAddress; 8],
}Fields§
§filters: PxeBaseCodeIpFilterFlags§ip_cnt: u8§reserved: u16§ip_list: [IpAddress; 8]Trait Implementations§
Source§impl Clone for PxeBaseCodeIpFilter
impl Clone for PxeBaseCodeIpFilter
Source§fn clone(&self) -> PxeBaseCodeIpFilter
fn clone(&self) -> PxeBaseCodeIpFilter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxeBaseCodeIpFilter
Auto Trait Implementations§
impl Freeze for PxeBaseCodeIpFilter
impl RefUnwindSafe for PxeBaseCodeIpFilter
impl Send for PxeBaseCodeIpFilter
impl Sync for PxeBaseCodeIpFilter
impl Unpin for PxeBaseCodeIpFilter
impl UnsafeUnpin for PxeBaseCodeIpFilter
impl UnwindSafe for PxeBaseCodeIpFilter
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)