pub struct Gates {
pub offset: u64,
pub length: u64,
pub align: u64,
}
Fields§
§offset: u64
§length: u64
§align: u64
Implementations§
Trait Implementations§
impl Copy for Gates
impl Eq for Gates
impl StructuralPartialEq for Gates
Auto Trait Implementations§
impl Freeze for Gates
impl ObjSafe for Gates
impl RefUnwindSafe for Gates
impl Send for Gates
impl StoreCopy for Gates
impl Sync for Gates
impl Unpin for Gates
impl UnwindSafe for Gates
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